Zend Framework  1.12
List of all members
Zend_Session_SaveHandler_Exception Class Reference

Additional Inherited Members

- Public Member Functions inherited from Zend_Exception
 __construct ($msg= '', $code=0, Exception $previous=null)
 Construct the exception.
 
 __call ($method, array $args)
 Overloading.
 
 __toString ()
 String representation of the exception.
 
- Static Public Member Functions inherited from Zend_Session_Exception
static handleSessionStartError ($errno, $errstr, $errfile, $errline, $errcontext)
 handleSessionStartError() - interface for set_error_handler()
 
static handleSilentWriteClose ($errno, $errstr, $errfile, $errline, $errcontext)
 handleSilentWriteClose() - interface for set_error_handler()
 
- Static Public Attributes inherited from Zend_Session_Exception
static $sessionStartError = null
 
- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 Returns previous Exception.