web / views /error.hbs
Closure-RI's picture
aaa
7cf32bc
Raw
History Blame Contribute Delete
74 Bytes
<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
<pre>{{error.stack}}</pre>