This commit is contained in:
2016-01-29 14:49:03 -05:00
parent 9026010aa1
commit 9ce292e020
12 changed files with 573 additions and 0 deletions

3
views/error.ejs Normal file
View File

@ -0,0 +1,3 @@
<h1><%= message %></h1>
<h2><%= error.status %></h2>
<pre><%= error.stack %></pre>