变更
This commit is contained in:
@@ -89,6 +89,7 @@ class ServerRequest
|
|||||||
error($throwable);
|
error($throwable);
|
||||||
$PsrResponse = $this->exception->emit($throwable, di(ConstrictResponse::class));
|
$PsrResponse = $this->exception->emit($throwable, di(ConstrictResponse::class));
|
||||||
} finally {
|
} finally {
|
||||||
|
var_dump($this->emitter, $PsrResponse, $response);
|
||||||
$this->emitter->sender($PsrResponse, $response);
|
$this->emitter->sender($PsrResponse, $response);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user