Actually handle setup exceptions.
This commit is contained in:
parent
2aecc934f2
commit
ce48c98215
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user