This commit is contained in:
2020-11-27 14:22:09 +08:00
parent 92a04543ec
commit 74607a4a43
+1
View File
@@ -483,6 +483,7 @@ class Router extends Application implements RouterInterface
} else {
$response = send($node->dispatch(), 200);
}
var_dump($response);
} catch (ExitException $exception) {
$response = send($exception->getMessage(), $exception->getCode());
} catch (\Throwable $exception) {