|
|
|
|
|
|
|
|
// You get the exception object from the received event |
|
|
// You get the exception object from the received event |
|
|
$exception = $event->getThrowable(); |
|
|
$exception = $event->getThrowable(); |
|
|
|
|
|
|
|
|
|
|
|
// @TODO : à retester et éventuellement remettre en place |
|
|
// On détecte une erreur interne (500), on remove les sessions qui servent de filtre dans l'admin |
|
|
// On détecte une erreur interne (500), on remove les sessions qui servent de filtre dans l'admin |
|
|
/*if ($exception instanceof HttpExceptionInterface != true) { |
|
|
/*if ($exception instanceof HttpExceptionInterface != true) { |
|
|
if (!headers_sent()) { |
|
|
if (!headers_sent()) { |