aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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 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 : ', '<i>'.$e->getMessage().'</i>', "\n";
}