PHP Classes

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

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Views/Controller/error/exception.txt.twig   Download  
File: app/Views/Controller/error/exception.txt.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: 285 bytes
 

Contents

Class file image Download
[exception] {{ status_code ~ ' | ' ~ status_text ~ ' | ' ~ exception.class }} [message] {{ exception.message }} {% for i, e in exception.toarray %} [{{ i + 1 }}] {{ e.class }}: {{ e.message }} {% include 'Controller/error/traces.txt.twig' with { 'exception': e } only %} {% endfor %}