summaryrefslogtreecommitdiffstats
path: root/system/feed
diff options
context:
space:
mode:
Diffstat (limited to 'system/feed')
-rw-r--r--system/feed/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/feed/main.php b/system/feed/main.php
index ffb9b3a..671f5c7 100644
--- a/system/feed/main.php
+++ b/system/feed/main.php
@@ -72,6 +72,6 @@ try {
# CATCH: Template\Exception
#===============================================================================
catch(Template\Exception $Exception) {
- $Exception->defaultHandler();
+ Application::exit($Exception->getMessage());
}
?> \ No newline at end of file