uniScore/views/error.hbs
2017-03-02 14:17:13 +01:00

4 lines
74 B
Handlebars

<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
<pre>{{error.stack}}</pre>