Drupal error utility class.
Hierarchy
- class \Drupal\Core\Utility\Error
File
- core/lib/Drupal/Core/Utility/Error.php, line 12
Namespace
Drupal\Core\Utility
Members
Name | Modifiers | Type | Description |
---|---|---|---|
Error::$blacklistFunctions | protected static | property | An array of blacklisted functions. |
Error::decodeException | public static | function | Decodes an exception and retrieves the correct caller. |
Error::ERROR | constant | The error severity level. | |
Error::formatBacktrace | public static | function | Formats a backtrace into a plain-text string. |
Error::getLastCaller | public static | function | Gets the last caller from a backtrace. |
Error::renderExceptionSafe | public static | function | Renders an exception error message without further exceptions. |
Please login to continue.