From 319d38f0eb0d78d30b4261856b0abbf674535366 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 10 Feb 2018 21:44:23 -0500 Subject: Add exception view to index.php --- app/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/index.php') 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"; } } -- cgit v1.2.3