Vous êtes connecté en tant que anonymous Se Deconnecter
vendor/psr/simple-cache/src/CacheException.php
4f5a31d2
 <?php
 
 namespace Psr\SimpleCache;
 
 /**
  * Interface used for all types of exceptions thrown by the implementing library.
  */
 interface CacheException
 {
 }