You are here

public function ExceptionListener::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/EventListener/ExceptionListener.php \Symfony\Component\HttpKernel\EventListener\ExceptionListener::__construct()

File

vendor/symfony/http-kernel/EventListener/ExceptionListener.php, line 34

Class

ExceptionListener
ExceptionListener.

Namespace

Symfony\Component\HttpKernel\EventListener

Code

public function __construct($controller, LoggerInterface $logger = null) {
  $this->controller = $controller;
  $this->logger = $logger;
}