Skip to content

Commit 7e7e771

Browse files
authored
fix syntax error
1 parent 4bcc615 commit 7e7e771

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/System/Integrate/Exceptions/Handler.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ protected function handleJsonResponse(\Throwable $th): Response
102102
'code' => $respone->getStatusCode(),
103103
'messages' => [
104104
'message' => $th->getMessage(),
105-
'exception' => g
106-
$th::class,
105+
'exception' => $th::class,
107106
'file' => $th->getFile(),
108107
'line' => $th->getLine(),
109108
],

0 commit comments

Comments
 (0)