Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \exception.custom_page_html
  2. 9 core/core.services.yml \exception.custom_page_html

Class

Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber

File

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

View source
  1. class: Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber
  2. arguments:
  3. - '@config.factory'
  4. - '@http_kernel'
  5. - '@logger.channel.php'
  6. - '@redirect.destination'
  7. - '@router.no_access_checks'
  8. - '@access_manager'