diff --git a/public/index.php b/public/index.php index bbfb57d..049bfe8 100644 --- a/public/index.php +++ b/public/index.php @@ -19,8 +19,7 @@ load_classes(); try { confirm_setup(); } catch (SetupException $e) { - // TODO - pass to exception handler (maybe also defined in bootstrap to keep this smaller) - echo $e->getMessage(); + handle_setup_exception($e); exit; }