diff --git a/templates/bundles/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig index 6da6f0c..1ef1017 100644 --- a/templates/bundles/TwigBundle/Exception/error.html.twig +++ b/templates/bundles/TwigBundle/Exception/error.html.twig @@ -2,15 +2,14 @@ {% block body %}

500

-
+

Oh crap!

There are many things I'm capable of, but this ain't one of 'em!

-
-            
-                {{ exception.message }}
-            
-        
+

+ {{ exception.file }} +

+
{{ exception.message|trim }}
{% endblock %}