Current path: home/webdevt/www/schtroumpf.fr/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/doctrine/cache/lib/Doctrine/Common/Cache
<?php
namespace Doctrine\Common\Cache\Psr6;
use InvalidArgumentException;
use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
/**
* @internal
*/
final class InvalidArgument extends InvalidArgumentException implements PsrInvalidArgumentException
{
}