57 lines
721 B
Markdown
57 lines
721 B
Markdown
SYSTEM\LOG\ERROR_EXCEPTION
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: ERROR_EXCEPTION
|
|
* Namespace: SYSTEM\LOG
|
|
* Parent class: [SYSTEM\LOG\SYSTEM_ERROR_EXCEPTION](SYSTEM-LOG-SYSTEM_ERROR_EXCEPTION)
|
|
|
|
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
|
|
### $logged
|
|
|
|
public mixed $logged = false
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
|
|
### __construct
|
|
|
|
mixed SYSTEM\LOG\SYSTEM_ERROR_EXCEPTION::__construct($message, $code, $severity, $filename, $lineno, $previous)
|
|
|
|
|
|
|
|
|
|
|
|
* Visibility: **public**
|
|
* This method is defined by [SYSTEM\LOG\SYSTEM_ERROR_EXCEPTION](SYSTEM-LOG-SYSTEM_ERROR_EXCEPTION)
|
|
|
|
|
|
#### Arguments
|
|
* $message **mixed**
|
|
* $code **mixed**
|
|
* $severity **mixed**
|
|
* $filename **mixed**
|
|
* $lineno **mixed**
|
|
* $previous **mixed**
|
|
|
|
|