From 532cdf4bb82ab7cc6fa7659d9aec3ce122b2ec52 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 22 Dec 2018 19:33:10 +0100 Subject: bug fix : medi preg match --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 7c9cb31..65b4271 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ try { $matchoper->match(); } catch (Exception $e) { - echo 'Exception reçue : ', $e->getMessage(), "\n"; + echo '⚠ ⚠ ⚠ Sorry, there is a little problem : ', ''.$e->getMessage().'', "\n"; } -- cgit v1.2.3