Files
Chamilo/vendor/symfony/twig-bundle/Resources/views/Exception/traces.xml.twig
2025-08-14 22:41:49 +02:00

9 lines
201 B
Twig

<traces>
{% for trace in exception.trace %}
<trace>
{% include '@Twig/Exception/trace.txt.twig' with { 'trace': trace } only %}
</trace>
{% endfor %}
</traces>