class="error-message"<% end %>>

401: Unauthorized

<% if !@traceback %>

Sorry, but you're not allowed to access this page. If you're registered please log in and refresh this page.

<% else %>
<%= @exception.message %>
<% if @exception.backtrace %>
Traceback:
<% @exception.backtrace.each {|row| %> <%= row %>
<% } %> <% end %> <% end %>