|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Static Public Member Functions | |
| static | handleSessionStartError ($errno, $errstr, $errfile, $errline, $errcontext) |
| static | handleSilentWriteClose ($errno, $errstr, $errfile, $errline, $errcontext) |
Static Public Attributes | |
| static | $sessionStartError = null |
Additional Inherited Members | |
Public Member Functions inherited from Zend_Exception | |
| __construct ($msg='', $code=0, Exception $previous=null) | |
| __call ($method, array $args) | |
| __toString () | |
Protected Member Functions inherited from Zend_Exception | |
| _getPrevious () | |
Definition at line 38 of file Exception.php.
|
static |
handleSessionStartError() - interface for set_error_handler()
| int | $errno | |
| string | $errstr |
Definition at line 56 of file Exception.php.
|
static |
handleSilentWriteClose() - interface for set_error_handler()
| int | $errno | |
| string | $errstr |
Definition at line 69 of file Exception.php.
|
static |
Definition at line 46 of file Exception.php.