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

Public Member Functions

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

Protected Attributes

 $serialized = ""
 

Constructor & Destructor Documentation

SlaxWeb\Cache\Exception\CacheDataInvalidException::__construct ( string  $message,
string  $serialized,
int  $code = 0,
\Exception  $previous = null 
)

Constructor

Overriden constructor to accept serialized data as second parameter.

Parameters
string$messageException message
string$serializedSerialized data that caused the exception
int$codeError code, default 0
\Exception$previousPrevious exception, default null

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