vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php line 11

Open in your IDE?
  1. <?php
  2. namespace Doctrine\Common\Cache\Psr6;
  3. use InvalidArgumentException;
  4. use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
  5. /**
  6.  * @internal
  7.  */
  8. final class InvalidArgument extends InvalidArgumentException implements PsrInvalidArgumentException
  9. {
  10. }