We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811d3e0 commit 40aac83Copy full SHA for 40aac83
templates/bundles/TwigBundle/Exception/error500.html.twig
@@ -16,7 +16,7 @@
16
{% block text %}
17
<h2>Error details</h2>
18
<p>Message: <strong>{{ exception.message }}</strong></p>
19
- <p>in <em>{{ exception.file|file_relative }}: {{ exception.line }}</em></p>
+ <p>in <em>{{ exception.file }}: {{ exception.line }}</em></p>
20
<p>Trace:</p>
21
<pre>{{ exception.traceAsString }}</pre>
22
{% endblock %}
0 commit comments