From 7f0a0ce5e573db724310abe2153cb9224e219ece Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 15 Nov 2018 21:19:31 +0100 Subject: [PATCH] make HTML error message less technical --- lib/template/error-html.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/template/error-html.php b/lib/template/error-html.php index 208237eb..11a1846b 100644 --- a/lib/template/error-html.php +++ b/lib/template/error-html.php @@ -30,12 +30,11 @@

Details

- Uncaught exception - with message getMessage() ?> + getMessage() ?> -
- thrown in getFile() . '('. $exception->getLine() . ')' ?>. +

+ Exception thrown in getFile() . '('. $exception->getLine() . ')' ?>. -- 2.39.5