<%=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 %>
<%= @template._render_template(@rescues_path.find_template("rescues/_trace.erb")) %> <%= @template._render_template(@rescues_path.find_template("rescues/_request_and_response.erb")) %>