Raise exception again in index.php as alternative to die()
* Backport from saas
This commit is contained in:
parent
e83c86a0ff
commit
163227439c
|
@ -87,6 +87,6 @@ try {
|
|||
} else {
|
||||
Logging::error($e->getTrace());
|
||||
}
|
||||
die();
|
||||
throw $e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue