diff --git a/app/Bootstrap.php b/app/Bootstrap.php index a3bff8d..c777335 100644 --- a/app/Bootstrap.php +++ b/app/Bootstrap.php @@ -46,6 +46,8 @@ class ErrorHandler { $message = [ 'code' => $exception->getCode(), 'message' => $exception->getMessage(), + 'file' => $exception->getFile(), + 'line' => $exception->getLine(), ]; echo json_encode($message);