Vous êtes connecté en tant que anonymous Se Deconnecter
vendor/psr/simple-cache/src/InvalidArgumentException.php
4f5a31d2
 <?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
 {
 }