aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
blob: bd6ffbab5d82bbed655d5ac7da33b25468449101 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                                                                                                                                        
                                     


                                                          
<h1>
  <%=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 %>
</h1>
<pre><%=h @exception.message %></pre>

<%= render :file => "rescues/_trace.erb" %>
<%= render :file => "rescues/_request_and_response.erb" %>