{{ exception.message|replace({"\n": '
'})|format_file_from_text }}

{{ status_code }} {{ status_text }} - {{ exception.class|abbr_class }}

{% set previous_count = exception.previouses|length %} {% if previous_count %}
{{ previous_count }} linked Exception{{ previous_count > 1 ? 's' : '' }}:
    {% for i, previous in exception.previouses %}
  • {{ previous.class|abbr_class }} »
  • {% endfor %}
{% endif %}
{% for position, e in exception.toarray %} {% include 'FrameworkBundle:Exception:traces.twig.html' with { 'exception': e, 'position': position, 'count': previous_count } only %} {% endfor %} {% if logger %}

{% if logger.counterrors %} {{ logger.counterrors }} error{{ logger.counterrors > 1 ? 's' : ''}} {% endif %} Logs »

{% endif %} {% if currentContent %}

Content of the Output »

{% endif %}