{% extends "@ChillMain/layout.html.twig" %} {% block content %}

{{ 'Oops, we came across an error!'|trans }}

{{ 'Don\'t panick though, we\'ll fix it as soon as possible. To help us out, please send us the information below.'|trans }}

{{ 'Date and time of error'|trans }}:
{{ "now"|date("d/m/Y H:i:s") }}
{{ 'Error message'|trans }}:
{{ exception.message }}
Stacktrace:
{{ exception.traceAsString }}
{% endblock %} {% block js %} {% endblock %}