You are here

service exception.default_html in Drupal 10

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

Class

Drupal\Core\EventSubscriber\DefaultExceptionHtmlSubscriber

Tags

  • event_subscriber

File

core/core.services.yml
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'