This commit is contained in:
2023-11-23 16:13:47 +08:00
parent 882062a403
commit 2c9e0886b5
+1 -1
View File
@@ -73,7 +73,7 @@ class OnRequest implements OnRequestInterface
public DataGrip $dataGrip)
{
$this->responseEmitter = $this->response->emmit;
$exception = \config('components.request.exception');
$exception = \config('request.exception');
if (!in_array(ExceptionHandlerInterface::class, class_implements($exception))) {
$exception = ExceptionHandlerDispatcher::class;
}