/
home
/
obinna
/
html
/
restaurants
/
vendor
/
symfony
/
twig-bundle
/
Resources
/
views
/
Exception
/
Upload File
HOME
{% deprecated 'The template "' ~ _self ~'" is deprecated since Symfony 4.4, will be removed in 5.0.' %} <?xml version="1.0" encoding="{{ _charset }}" ?> <error code="{{ status_code }}" message="{{ status_text }}"> {% for e in exception.toarray %} <exception class="{{ e.class }}" message="{{ e.message }}"> {{ include('@Twig/Exception/traces.xml.twig', { exception: e }, with_context = false) }} </exception> {% endfor %} </error>