Go to the source code of this file.
Data Structures | |
| class | PHP_Error_Exception |
Namespaces | |
| namespace | KERNEL |
Functions | |
| exception_error_handler ($code, $message, $file, $line) | |
| exception_error_handler | ( | $ | code, | |
| $ | message, | |||
| $ | file, | |||
| $ | line | |||
| ) |
Error handler to convert PHP errors to Exceptions and so have only one error handling system to handle
taken from php.net online PHP manual
Definition at line 45 of file exception.lib.php.
1.6.3