Improve error log

This commit is contained in:
Dany De Bontridder 2020-07-01 00:24:05 +02:00
parent 066d08fbfa
commit b025f0075f
31 changed files with 54 additions and 54 deletions

View file

@ -106,7 +106,7 @@ class Default_Menu
}
} catch (Exception $e)
{
record_log($e->getTraceAsString());
record_log($e->getMessage()." ".$e->getTraceAsString());;
echo $e->getMessage();
throw $e;
}