aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/exception_caught.rhtml
blob: 0cc08cce540272fe471587d4f98307971b82d88c (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 is broken.
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="/help/contact">Contact 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>