{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% block head %}
{{ parent() }}
{% endblock %}
{% block menu %}
Exception
{% if collector.hasexception %}
1
{% endif %}
{% endblock %}
{% block panel %}
No exception was thrown and uncaught during the request.
{% else %} {% render 'WebProfilerBundle:Exception:show' with { 'exception': collector.exception, 'format': 'html' } %} {% endif %} {% endblock %}