traces.txt.twig 169 B

123456
  1. {% if exception.trace|length %}
  2. {% for trace in exception.trace %}
  3. {% include '@Twig/Exception/trace.txt.twig' with { 'trace': trace } only %}
  4. {% endfor %}
  5. {% endif %}