Files
2025-08-14 22:41:49 +02:00

7 lines
169 B
Twig

{% if exception.trace|length %}
{% for trace in exception.trace %}
{% include '@Twig/Exception/trace.txt.twig' with { 'trace': trace } only %}
{% endfor %}
{% endif %}