9 lines
213 B
Twig
9 lines
213 B
Twig
<traces>
|
|
{% for trace in exception.trace %}
|
|
<trace>
|
|
{{ include('@Twig/Exception/trace.txt.twig', { trace: trace }, with_context = false) }}
|
|
|
|
</trace>
|
|
{% endfor %}
|
|
</traces>
|