new exam progress update logic

This commit is contained in:
xiaomlove
2021-06-12 23:21:40 +08:00
parent 0e8ce200cd
commit 3eab502e31
12 changed files with 285 additions and 149 deletions

View File

@@ -83,6 +83,7 @@ class Handler extends ExceptionHandler
$msg = 'Server Error';
}
if (config('app.debug')) {
$msg = $e->getMessage();
$data['trace'] = $e->getTraceAsString();
}
return new JsonResponse(