PHP Classes

File: views/error.twig

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   pH7 PHP Web App Boilerplate   views/error.twig   Download  
File: views/error.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: pH7 PHP Web App Boilerplate
Start a Web app development using boilerplate code
Author: By
Last change:
Date: 1 year ago
Size: 164 bytes
 

Contents

Class file image Download
{% extends "layout.twig" %} {% block title %}Internal Error{% endblock %} {% block content %} <h2>Internal Error</h2> <p>{{ message }}</p> {% endblock %}