<%=h @exception.original_exception.class.to_s %> in
<%=h @request.parameters["controller"].capitalize %>#<%=h @request.parameters["action"] %>
Showing <%=h @exception.file_name %> where line #<%=h @exception.line_number %> raised
<%=h @exception.message %>
<%=h @exception.source_extract %>
<%=h @exception.sub_template_message %>
Show template trace
<%=h @exception.original_exception.backtrace.collect { |line| Object.const_defined?(:RAILS_ROOT) ? line.gsub(RAILS_ROOT, "") : line }.join("\n") %>
<%= render_file(@rescues_path + "/_request_and_response.rhtml", false) %>