You are here

service exception.custom_page_json in Zircon Profile 8.0

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

Class

Drupal\Core\EventSubscriber\ExceptionJsonSubscriber

Tags

  • event_subscriber

File

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

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