eee
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ class OnRequest implements OnRequestInterface
|
||||
public function __construct(public ResponseInterface $response, DataGrip $dataGrip)
|
||||
{
|
||||
$this->responseEmitter = $this->response->emmit;
|
||||
$exception = \config('exception.http');
|
||||
$exception = \config('servers.request.exception');
|
||||
if (!in_array(ExceptionHandlerInterface::class, class_implements($exception))) {
|
||||
$exception = ExceptionHandlerDispatcher::class;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user