Files
caprover/app-backend/views/error.ejs
T
2017-10-24 22:21:10 -07:00

4 lines
83 B
Plaintext

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