DO288-apps/books/views/error.hbs
2019-07-02 17:33:29 +05:30

3 lines
74 B
Handlebars

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