@@ -9,11 +9,11 @@ use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface; | |||
class ExceptionListener | |||
{ | |||
public function __construct( | |||
/*public function __construct( | |||
SessionInterface $session | |||
) { | |||
$this->session = $session; | |||
} | |||
}*/ | |||
public function onKernelException(ExceptionEvent $event) | |||
{ |