<%= @exception.class_name %>

<%= @exception.message %>

Error Code: <%= @exception.code %>
Created At: <%= compact_time @exception.created_at %>
Commit: <%= @exception.version %>
IP Address: <%= @exception.ip_addr %>
Extra Params:
<%= JSON.pretty_generate(@exception.extra_params) %>
Stacktrace:
<%= Rails.backtrace_cleaner.clean(@exception.trace.split("\n")).join("\n") %>
Raw Stacktrace:
<%= @exception.trace %>
<% content_for(:page_title) do %> Exceptions - <%= @exception.code %> <% end %>