Skip to content

Commit 40aac83

Browse files
committed
file_relative is internal in recent versions of sf
1 parent 811d3e0 commit 40aac83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bundles/TwigBundle/Exception/error500.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% block text %}
1717
<h2>Error details</h2>
1818
<p>Message: <strong>{{ exception.message }}</strong></p>
19-
<p>in <em>{{ exception.file|file_relative }}: {{ exception.line }}</em></p>
19+
<p>in <em>{{ exception.file }}: {{ exception.line }}</em></p>
2020
<p>Trace:</p>
2121
<pre>{{ exception.traceAsString }}</pre>
2222
{% endblock %}

0 commit comments

Comments
 (0)