vendor/symfony/twig-bundle/Resources/views/Exception/traces.xml.twig line 1

Open in your IDE?
  1.         <traces>
  2. {% for trace in exception.trace %}
  3.             <trace>
  4. {{ include('@Twig/Exception/trace.txt.twig', { trace: trace }, with_context = false) }}
  5.             </trace>
  6. {% endfor %}
  7.         </traces>