This commit is contained in:
as2252258@163.com
2021-08-03 01:24:03 +08:00
parent 3a1f15d9f0
commit f032388d38
+1 -2
View File
@@ -100,8 +100,7 @@ class HTTPServerListener extends Abstracts\Server
$this->router->dispatch(HSRequest::create($request));
} catch (Error | Throwable $exception) {
$result = $this->router->exception($exception);
$this->response->send($result);
$this->response->send(jTraceEx($exception),500);
}
}