diff options
author | Malf Furious <m@lfurio.us> | 2018-02-10 21:44:23 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-02-10 21:44:23 -0500 |
commit | 319d38f0eb0d78d30b4261856b0abbf674535366 (patch) | |
tree | 6e09eaec0acc096a815bb34b3e88e89833466b42 /app/index.php | |
parent | 1f16fcfe5eb1c6a7f3f606f60ac717526d5c74fa (diff) | |
download | scrott-319d38f0eb0d78d30b4261856b0abbf674535366.tar.gz scrott-319d38f0eb0d78d30b4261856b0abbf674535366.zip |
Add exception view to index.php
Diffstat (limited to 'app/index.php')
-rw-r--r-- | app/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.php b/app/index.php index 7f39cca..8547671 100644 --- a/app/index.php +++ b/app/index.php @@ -48,7 +48,7 @@ function main(array $argv) : void catch (Exception $e) { - /* TODO */ + require "view/except.php"; } } |