Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/
Upload File :
Current File : //var/www/surf/TYPO3/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php

<?php

namespace Doctrine\Common\Cache\Psr6;

use InvalidArgumentException;
use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;

/**
 * @internal
 */
final class InvalidArgument extends InvalidArgumentException implements PsrInvalidArgumentException
{
}