diff options
-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"; } } |