service exception_listener

Class

Symfony\Component\HttpKernel\EventListener\ExceptionListener

Tags

  • event_subscriber

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Symfony\Component\HttpKernel\EventListener\ExceptionListener
  2. tags:
  3. - { name: event_subscriber }
  4. arguments:
  5. - ['@exception_controller', execute]