diff options
author | n-peugnet <n.peugnet@free.fr> | 2020-04-20 20:24:44 +0200 |
---|---|---|
committer | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2020-04-21 14:56:53 +0200 |
commit | 6a002dde678907abc355e3afecc3b67da866f8cd (patch) | |
tree | 5ec0d15161cffa967351166281aa8f34b4f2742e /index.php | |
parent | 618b22ab217b773d18abfce8bfe4dd6960738371 (diff) | |
download | wcms-6a002dde678907abc355e3afecc3b67da866f8cd.tar.gz wcms-6a002dde678907abc355e3afecc3b67da866f8cd.zip |
tests: add exception phpstan extensions
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ if (isreportingerrors()) { try { $matchoper = new Wcms\Routes(); $matchoper->match(); -} catch (Exception $e) { +} catch (Throwable $e) { if (isreportingerrors()) { Sentry\captureException($e); } |