uniScore/views/error.hbs

4 lines
74 B
Handlebars
Raw Normal View History

2017-03-02 13:17:13 +00:00
<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
<pre>{{error.stack}}</pre>