InvalidArgumentException.php 243 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 <?php namespace Laminas\Cache\Psr\CacheItemPool; use Psr\Cache\InvalidArgumentException as InvalidArgumentExceptionInterface; class InvalidArgumentException extends \InvalidArgumentException implements InvalidArgumentExceptionInterface { }