diff --git a/src/ServerRequest.php b/src/ServerRequest.php index 49a1b82..17a9336 100644 --- a/src/ServerRequest.php +++ b/src/ServerRequest.php @@ -89,6 +89,7 @@ class ServerRequest error($throwable); $PsrResponse = $this->exception->emit($throwable, di(ConstrictResponse::class)); } finally { + var_dump($this->emitter, $PsrResponse, $response); $this->emitter->sender($PsrResponse, $response); } }