This commit is contained in:
2021-08-04 15:50:55 +08:00
parent a32e8b6024
commit 11686389da
+1
View File
@@ -70,6 +70,7 @@ class HTTPServerListener extends Abstracts\Server
$exceptionHandler = Snowflake::getDi()->get(ExceptionHandlerDispatcher::class);
}
$this->exceptionHandler = $exceptionHandler;
var_dump($this->exceptionHandler);
}