Apache Zeta Components Manual :: Docs For Class ezcCacheApcException
Cache::ezcCacheApcException
Class ezcCacheApcException
Thrown when encountering an error in the APC backend.
Source for this file: /Cache/src/exceptions/apc_exception.php
Exception
|
--ezcBaseException
|
--ezcCacheApcException
Inherited Member Variables
Method Summary
public ezcCacheApcException |
__construct(
$message
)
Creates a new ezcCacheApcException. |
Inherited Methods
Methods
__construct
ezcCacheApcException
__construct(
mixed
$message
)
Creates a new ezcCacheApcException.
Parameters:
Name |
Type |
Description |
$message |
mixed |
The message to throw
|
Redefinition of: