<%= exception.class %> at <%= request_path %>

<% if backtrace_frames.any? %> <% end %>
Message <%= exception.message %>
File <%= backtrace_frames.first.filename %>
Line <%= backtrace_frames.first.line %>
<% backtrace_frames.each_with_index do |frame, index| %> <% end %>