diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ if (isreportingerrors()) { try { $matchoper = new Wcms\Routes(); $matchoper->match(); -} catch (Throwable $e) { +} catch (Exception $e) { if (isreportingerrors()) { Sentry\captureException($e); } |