Browse Source

ExceptionListener : correctif

develop
Guillaume Bourgeois 11 months ago
parent
commit
a31d6caaea
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      EventListener/ExceptionListener.php

+ 1
- 0
EventListener/ExceptionListener.php View File

// 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()) {

Loading…
Cancel
Save