fix: Drop unnecessary exit

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2024-09-17 17:32:33 +02:00 committed by Louis
parent e4eb90c522
commit 3c7bb63cd3

View file

@ -109,7 +109,6 @@ class ErrorPagePlugin extends ServerPlugin {
*/
public function sendResponse() {
$this->server->sapi->sendResponse($this->server->httpResponse);
exit();
}
private function acceptHtml(): bool {