diff options
Diffstat (limited to 'system/post/main.php')
-rw-r--r-- | system/post/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/post/main.php b/system/post/main.php index 8411d9a..1797d67 100644 --- a/system/post/main.php +++ b/system/post/main.php @@ -86,5 +86,5 @@ catch(Post\Exception $Exception) { # CATCH: User\Exception #=============================================================================== catch(User\Exception $Exception) { - exit($Exception->getMessage()); + $Exception->defaultHandler(); }
\ No newline at end of file |