aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-04-26 15:41:48 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-04-26 15:41:48 +0200
commit53e6d5fde32a917718a0658fb95f366dc7dfc248 (patch)
tree6510be3ee713a444a477aef8faf60a62fb47b165 /index.php
parent0efeef6b6693d62675ec8a45e73c71f69e0a0362 (diff)
downloadwcms-53e6d5fde32a917718a0658fb95f366dc7dfc248.tar.gz
wcms-53e6d5fde32a917718a0658fb95f366dc7dfc248.zip
user bookmarks use new object
+ shortcuts visible in backtopbar
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 230b0e6..41a2184 100644
--- a/index.php
+++ b/index.php
@@ -33,7 +33,7 @@ if (isreportingerrors()) {
try {
$matchoper = new Wcms\Routes();
$matchoper->match();
-} catch (Throwable $e) {
+} catch (Exception $e) {
if (isreportingerrors()) {
Sentry\captureException($e);
}