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

Exception

{% if not collector.hasexception %}

No exception was thrown and uncaught during the request.

{% else %}
{{ render(path('_profiler_exception', { 'token': token })) }}
{% endif %} {% endblock %}