PageRenderTime 28ms CodeModel.GetById 20ms app.highlight 5ms RepoModel.GetById 1ms app.codeStats 0ms

/var/www/errors/500.rhtml

https://bitbucket.org/laika/thingfish
Ruby HTML | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | 98df728ca0afbabd12f3f273acd27724 MD5 | raw file
Possible License(s): BSD-3-Clause
 1<h2><%= HTTP::STATUS_NAME[ statuscode ] %> (<%= statuscode %>)</h2>
 2
 3<p>An error has occured.</p>
 4
 5<p>Please contact the administrator of this ThingFish server with the following information:</p>
 6
 7<pre>
 8Current URI: <%= request.uri.path %>
 9<%= h errtrace %>
10<%= h debugtrace %>
11</pre>