7 lines
169 B
Twig
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 %}
|