function FinalExceptionSubscriber::getSubscribedEvents
File
- 
              core/
lib/ Drupal/ Core/ EventSubscriber/ FinalExceptionSubscriber.php, line 144  
Class
- FinalExceptionSubscriber
 - Last-chance handler for exceptions: the final exception subscriber.
 
Namespace
Drupal\Core\EventSubscriberCode
public static function getSubscribedEvents() {
  // Run as the final (very late) KernelEvents::EXCEPTION subscriber.
  $events[KernelEvents::EXCEPTION][] = [
    'onException',
    -256,
  ];
  return $events;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.