mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
new exam progress update logic
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user