PHP Classes

File: app/Views/Controller/error/exception_full.html.twig

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Views/Controller/error/exception_full.html.twig   Download  
File: app/Views/Controller/error/exception_full.html.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: 8 years ago
Size: 367 bytes
 

Contents

Class file image Download
{% extends 'Layout/error.html.twig' %} {% block head %} <link href="{{ asset('css/symfony/exception.css') }}" rel="stylesheet" type="text/css" media="all" /> {% endblock %} {% block title %} {{ exception.message }} ({{ status_code }} {{ status_text }}) {% endblock %} {% block body %} {% include 'Controller/error/exception.html.twig' %} {% endblock %}