socialbot/views/error.ejs
Matjaz Mesnjak 9b4e65b9f5 Initial commit.
2022-02-03 18:41:15 +01:00

4 lines
83 B
Plaintext

<h1><%= message %></h1>
<h2><%= error.status %></h2>
<pre><%= error.stack %></pre>