12 calls to Error::decodeException() in Zircon Profile 8
- DefaultExceptionHtmlSubscriber::makeSubrequest in core/
lib/ Drupal/ Core/ EventSubscriber/ DefaultExceptionHtmlSubscriber.php - Makes a subrequest to retrieve the default error page.
- DefaultExceptionSubscriber::onHtml in core/
lib/ Drupal/ Core/ EventSubscriber/ DefaultExceptionSubscriber.php - Handles any exception as a generic error page for HTML.
- DefaultExceptionSubscriber::onJson in core/
lib/ Drupal/ Core/ EventSubscriber/ DefaultExceptionSubscriber.php - Handles any exception as a generic error page for JSON.
- Error::renderExceptionSafe in core/
lib/ Drupal/ Core/ Utility/ Error.php - Renders an exception error message without further exceptions.
- ExceptionLoggingSubscriber::onError in core/
lib/ Drupal/ Core/ EventSubscriber/ ExceptionLoggingSubscriber.php - Log not-otherwise-specified errors, including HTTP 500.
- ExceptionTestSiteSubscriber::on500 in core/
lib/ Drupal/ Core/ EventSubscriber/ ExceptionTestSiteSubscriber.php - Checks for special handling of errors inside Simpletest.
- MigrateExecutable::handleException in core/
modules/ migrate/ src/ MigrateExecutable.php - Takes an Exception object and both saves and displays it.
- TestBase::exceptionHandler in core/
modules/ simpletest/ src/ TestBase.php - Handle exceptions.
- update_do_one in core/
includes/ update.inc - Implements callback_batch_operation().
- update_invoke_post_update in core/
includes/ update.inc - Executes a single hook_post_update_NAME().
- watchdog_exception in core/
includes/ bootstrap.inc - Logs an exception.
- _drupal_exception_handler in core/
includes/ bootstrap.inc - Provides custom PHP exception handling.