CacheException.php
Namespace
Psr\CacheFile
-
vendor/
psr/ cache/ src/ CacheException.php
View source
<?php
namespace Psr\Cache;
/**
* Exception interface for all exceptions thrown by an Implementing Library.
*/
interface CacheException extends \Throwable {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
CacheException | Exception interface for all exceptions thrown by an Implementing Library. |