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 { } else {
$response = send($node->dispatch(), 200); $response = send($node->dispatch(), 200);
} }
var_dump($response);
} catch (ExitException $exception) { } catch (ExitException $exception) {
$response = send($exception->getMessage(), $exception->getCode()); $response = send($exception->getMessage(), $exception->getCode());
} catch (\Throwable $exception) { } catch (\Throwable $exception) {