{% extends '@Twig/layout.html.twig' %} {% block head %} <link href="{{ absolute_url(asset('bundles/framework/css/exception.css')) }}" rel="stylesheet" type="text/css" media="all" /> {% endblock %} {% block title %} {{ exception.message }} ({{ status_code }} {{ status_text }}) {% endblock %} {% block body %} {% include '@Twig/Exception/exception.html.twig' %} {% endblock %}
info at phpclasses dot org