{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block head %} {% if collector.hasexception %} {% endif %} {{ parent() }} {% endblock %} {% block menu %} {{ include('@WebProfiler/Icon/exception.svg') }} Exception {% if collector.hasexception %} 1 {% endif %} {% endblock %} {% block panel %}

Exceptions

{% if not collector.hasexception %}

No exception was thrown and caught during the request.

{% else %}
{{ render(controller('web_profiler.controller.exception_panel::body', { token: token })) }}
{% endif %} {% endblock %}