openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 6c0f21e68f6b53c91e975227528ec7eb786fcbfc
parent 1787b45bdf1333cc696a164214657b2b9a38736a
Author: Jan Dankert <devnull@localhost>
Date:   Wed,  4 Jul 2018 01:09:48 +0200

Exceptions vollständig ausgeben.

Diffstat:
api/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/index.php b/api/index.php @@ -11,7 +11,7 @@ try { } catch (Exception $e) { - echo $e->getMessage(); + echo $e->__toString(); }