Browse Source

Merge branch 'develop'

master
Guillaume Bourgeois 11 months ago
parent
commit
f2909c213c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      EventListener/ExceptionListener.php

+ 2
- 2
EventListener/ExceptionListener.php View File

class ExceptionListener class ExceptionListener
{ {


public function __construct(
/*public function __construct(
SessionInterface $session SessionInterface $session
) { ) {
$this->session = $session; $this->session = $session;
}
}*/


public function onKernelException(ExceptionEvent $event) public function onKernelException(ExceptionEvent $event)
{ {

Loading…
Cancel
Save