first commit
This commit is contained in:
13
vendor/psr/simple-cache/src/InvalidArgumentException.php
vendored
Normal file
13
vendor/psr/simple-cache/src/InvalidArgumentException.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Psr\SimpleCache;
|
||||
|
||||
/**
|
||||
* Exception interface for invalid cache arguments.
|
||||
*
|
||||
* When an invalid argument is passed it must throw an exception which implements
|
||||
* this interface
|
||||
*/
|
||||
interface InvalidArgumentException extends CacheException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user