interface InvalidArgumentException
Exception interface for invalid cache arguments.
Any time an invalid argument is passed into a method it must throw an exception class which implements Psr\Cache\InvalidArgumentException.
Hierarchy
- interface \Psr\Cache\CacheException extends \Psr\Cache\Throwable
- interface \Psr\Cache\InvalidArgumentException extends \Psr\Cache\CacheException
Expanded class hierarchy of InvalidArgumentException
All classes that implement InvalidArgumentException
File
-
vendor/
psr/ cache/ src/ InvalidArgumentException.php, line 11
Namespace
Psr\CacheView source
interface InvalidArgumentException extends CacheException {
}