web / views /error.hbs
Closure-RI's picture
aaa
7cf32bc
raw
history blame
74 Bytes
<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
<pre>{{error.stack}}</pre>