PHP Classes

File: app/Views/Controller/error/exception.xml.twig

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Views/Controller/error/exception.xml.twig   Download  
File: app/Views/Controller/error/exception.xml.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
Author: By
Last change:
Date: 7 years ago
Size: 325 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 'Controller/error/traces.xml.twig' with { 'exception': e } only %} </exception> {% endfor %} </error>