exception.default_html

Same name in other branches
  1. 9 core/core.services.yml \exception.default_html
  2. 10 core/core.services.yml \exception.default_html

Class

Drupal\Core\EventSubscriber\DefaultExceptionHtmlSubscriber

Tags

  • event_subscriber

File

core/core.services.yml

View source
  1. class: Drupal\Core\EventSubscriber\DefaultExceptionHtmlSubscriber
  2. tags:
  3. - { name: event_subscriber }
  4. arguments:
  5. - '@http_kernel'
  6. - '@logger.channel.php'
  7. - '@redirect.destination'
  8. - '@router.no_access_checks'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.