SlaxWeb Framework
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Protected Attributes | List of all members
SlaxWeb\Cache\Exception\CacheDataExpiredException Class Reference
Inheritance diagram for SlaxWeb\Cache\Exception\CacheDataExpiredException:
Inheritance graph
[legend]
Collaboration diagram for SlaxWeb\Cache\Exception\CacheDataExpiredException:
Collaboration graph
[legend]

Public Member Functions

 __construct (string $message, array $data, int $code=0,\Exception $previous=null)
 

Protected Attributes

 $data = ""
 

Constructor & Destructor Documentation

SlaxWeb\Cache\Exception\CacheDataExpiredException::__construct ( string  $message,
array  $data,
int  $code = 0,
\Exception  $previous = null 
)

Constructor

Overriden constructor to accept unserialized data as second parameter.

Parameters
string$messageException message
array$dataUnserialized cached data
int$codeError code, default 0
\Exception$previousPrevious exception, default null

The documentation for this class was generated from the following file: