InvalidArgumentException.php 243 Bytes
<?php

namespace Laminas\Cache\Psr\CacheItemPool;

use Psr\Cache\InvalidArgumentException as InvalidArgumentExceptionInterface;

class InvalidArgumentException extends \InvalidArgumentException implements InvalidArgumentExceptionInterface
{
}