aboutsummaryrefslogtreecommitdiff
path: root/views/error.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'views/error.hbs')
-rw-r--r--views/error.hbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/error.hbs b/views/error.hbs
new file mode 100644
index 0000000..0659765
--- /dev/null
+++ b/views/error.hbs
@@ -0,0 +1,3 @@
+<h1>{{message}}</h1>
+<h2>{{error.status}}</h2>
+<pre>{{error.stack}}</pre>