From 6278839230ae3c27c205550889511531d09cbf20 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 19 Apr 2020 12:34:14 +0200 Subject: finish PSR 12 error cleaning --- index.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index fd9fdaa..28dab1a 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,5 @@ match(); - } catch (Exception $e) { if (isreportingerrors()) { Sentry\captureException($e); } echo '

⚠ Woops ! There is a little problem :

', $e->getMessage(), "\n"; } - - - - - - -?> \ No newline at end of file -- cgit v1.2.3