Added error handler
This commit is contained in:
16
App/Views/Errors/errorHandler.html
Normal file
16
App/Views/Errors/errorHandler.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Error/Exception{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
<h2>{{ title }}</h2>
|
||||
|
||||
<p>{{ class }}</p>
|
||||
<p>{{ message }}</p>
|
||||
<p>{{ trace_title }}
|
||||
<pre>{{ trace_content }}</pre>
|
||||
</p>
|
||||
<p>{{ file }}</p>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user