{% include 'layouts/dumper-light.html.twig' %} {% set colors = { 'GET': '#003f5c', 'POST': '#58508d', 'PUT': '#bc5090', 'DELETE': '#ff6361', 'PATCH': '#ffa600' } %} {% set exceptionColor = '#e12729' %}
{{ request.host }}
{{ request.method }}
{{ request.path }}
Query
{{ request.query | raw }}

Body
{{ request.body | raw }}

{{ exception.name }}
Stack Trace
{% for line in exception.trace %} {% endfor %}
#{{ line.index }} {{ line.path }} ({{ line.line }})
{{ line.code }}
{% if info %}
Extra info
{{ info | raw }}
{% endif %}