This commit is contained in:
2023-04-24 10:58:57 +08:00
parent 01718f99ed
commit 1b3913e60f
+1
View File
@@ -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);
}
}