Class CacheException
Cache-related exceptions
- Exception
-
AloFramework\Cache\CacheException
Methods summary
Methods inherited from Exception
__construct(),
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Constants summary
integer |
E_EXTENSION_DISABLED
Code when a required extension is not installed or enabled |
#
1
|
integer |
E_CLIENT_NOT_SET
Code when the client is not set in CacheItem |
#
2
|
integer |
E_NO_KEY
Code when no key is set |
#
3
|