aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/exception_caught.rhtml
blob: 6db1e7d34492bd1771f726c4579653af8bd82c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>