Functions for error handling.
File
core/includes/errors.inc
Functions
| Name | Description |
|---|---|
| drupal_error_levels | Maps PHP error constants to watchdog severity levels. |
| error_displayable | Determines whether an error should be displayed. |
| _drupal_error_handler_real | Provides custom PHP error handling. |
| _drupal_get_error_level | Returns the current error level. |
| _drupal_log_error | Logs a PHP error or exception and displays an error page in fatal cases. |
Please login to continue.