You are here

service exception.fast_404_html in Drupal 8

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

Class

Drupal\Core\EventSubscriber\Fast404ExceptionHtmlSubscriber

Tags

  • event_subscriber

File

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

View source
  1. class: Drupal\Core\EventSubscriber\Fast404ExceptionHtmlSubscriber
  2. tags:
  3. - { name: event_subscriber }
  4. arguments:
  5. - '@config.factory'
  6. - '@http_kernel'