From c28a69e2eb758b70f8631b2cf5c63d12093a1fc5 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 11 Jun 2014 09:56:00 +0200 Subject: Handle error more properly. Exception are forwarded up to be able to inform the user about it. --- index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 0369515..75af1d5 100644 --- a/index.php +++ b/index.php @@ -102,6 +102,10 @@ final class LookingGlass { } private function render_content() { + print '
'; + print ''; + print 'Error! '; + print '
'; print '
'; print '
'; print '
'; -- cgit v1.2.3