$error_type
$error_type :
__construct(string $error_type, integer $log_level, integer $error_code, string $description, string $file, integer $line) : void
Construct the Error object.
| string | $error_type | Type of the caught error (notice, warning, error, etc.). |
| integer | $log_level | Error's log level. |
| integer | $error_code | Error code. |
| string | $description | Message description of the caught error. |
| string | $file | The file in which the error occured. |
| integer | $line | The line in which the error occured. |