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