<%=h @exception.class.to_s %>
<% if request.parameters['controller'] %>
in <%=h request.parameters['controller'].humanize %>Controller<% if request.parameters['action'] %>#<%=h request.parameters['action'] %><% end %>
<% end %>
<%=h @exception.clean_message %>
<%= render(:file => @rescues_path + "/_trace.erb", :use_full_path => false) %>
<%= render(:file => @rescues_path + "/_request_and_response.erb", :use_full_path => false) %>