aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/general/exception_caught.rhtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/general/exception_caught.rhtml b/app/views/general/exception_caught.rhtml
new file mode 100644
index 000000000..6db1e7d34
--- /dev/null
+++ b/app/views/general/exception_caught.rhtml
@@ -0,0 +1,12 @@
+<h1>Sorry, we couldn't find that page</h1>
+
+<p>You've requested a page which doesn't exist, or which we have moved.
+Perhaps you mistyped the address? Other things you can try:</p>
+
+<ul>
+<li>Go to <a href="/">our front page</a></li>
+<li><a href="mailto:<%=contact_email%>">Email us</a> to tell us about
+ the problem</li>
+</ul>
+
+<p id="error_technical_details"><strong>Technical details:</strong> <%=@exception_class ? @exception_class : "Unknown"%></p>