guihacker/views/error.ejs
2014-06-09 21:51:34 -05:00

4 lines
83 B
Plaintext

<h1><%= message %></h1>
<h2><%= error.status %></h2>
<pre><%= error.stack %></pre>