function DefaultExceptionHtmlSubscriber::on401
Handles a 401 error for HTML.
Parameters
\Symfony\Component\HttpKernel\Event\ExceptionEvent $event: The event to process.
File
- 
              core/
lib/ Drupal/ Core/ EventSubscriber/ DefaultExceptionHtmlSubscriber.php, line 104  
Class
- DefaultExceptionHtmlSubscriber
 - Exception subscriber for handling core default HTML error pages.
 
Namespace
Drupal\Core\EventSubscriberCode
public function on401(ExceptionEvent $event) {
  $this->makeSubrequest($event, '/system/401', Response::HTTP_UNAUTHORIZED);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.