{% extends 'WebProfilerBundle:Profiler:layout.twig.html' %} {% block head %} {% endblock %} {% block menu %} {% if collector.hasexception %} 1 {% endif %} Exception Exception {% endblock %} {% block panel %}

Exception

{% if not collector.hasexception %} No exception was thrown and uncaught during the request. {% else %} {% render 'WebProfilerBundle:Exception:show' with { 'exception': collector.exception, 'format': 'html' } %} {% endif %} {% endblock %}