You are here

11 calls to Error::decodeException() in Drupal 9

DefaultExceptionHtmlSubscriber::makeSubrequest in core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php
Makes a subrequest to retrieve the default error page.
Error::renderExceptionSafe in core/lib/Drupal/Core/Utility/Error.php
Renders an exception error message without further exceptions.
ExceptionLoggingSubscriber::on403 in core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php
Log 403 errors.
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.
FinalExceptionSubscriber::onException in core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php
Handles exceptions for this subscriber.
MigrateExecutable::handleException in core/modules/migrate/src/MigrateExecutable.php
Takes an Exception object and both saves and displays it.
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.