traces.xml.twig 201 B

12345678
  1. <traces>
  2. {% for trace in exception.trace %}
  3. <trace>
  4. {% include '@Twig/Exception/trace.txt.twig' with { 'trace': trace } only %}
  5. </trace>
  6. {% endfor %}
  7. </traces>