From 9a0b0443d429ad1b1a8692117669d1de4f3f4f1e Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sun, 1 Mar 2026 14:03:04 -0600 Subject: [PATCH] chore: lists filename in error output --- .../bundles/TwigBundle/Exception/error.html.twig | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 %}