Files
Chamilo/vendor/symfony/twig-bundle/Resources/views/Exception/traces.xml.twig
T
2026-03-30 14:10:30 +02:00

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>