traces.xml.twig 211 B

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