Minore Tweeks and FIxes

This commit is contained in:
2020-07-29 08:35:00 +02:00
parent ceca8fc057
commit d404afe501
8 changed files with 8 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ class ErrorHandler {
'message' => $exception->getMessage(),
'file' => $exception->getFile(),
'line' => $exception->getLine(),
'trace' => $exception->getTraceAsString(),
];
echo json_encode($message);