“
{{ exception.message|nl2br|format_file_from_text }}
{{ status_code }} {{ status_text }} - {{ exception.class|abbr_class }}
{% set previous_count = exception.allPrevious|length %}
{% if previous_count %}
{{ previous_count }} linked Exception{{ previous_count > 1 ? 's' : '' }}:
{% for i, previous in exception.allPrevious %}
-
{{ previous.class|abbr_class }} »
{% endfor %}
{% endif %}
”