diff --git a/templates/bundles/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig new file mode 100644 index 0000000..f460a97 --- /dev/null +++ b/templates/bundles/TwigBundle/Exception/error.html.twig @@ -0,0 +1,17 @@ +{% extends 'bare.html.twig' %} + +{% block body %} +

{{ }}

+
+
+

Oh crap!

+ (or is it?) +
+

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

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