PHP Classes

File: vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.xml.twig

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.xml.twig   Download  
File: vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/exception.xml.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 324 bytes
 

Contents

Class file image Download
<?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' with { 'exception': e } only %} </exception> {% endfor %} </error>