Sha256: dd8a5dbc34febc328bc5be4499487417b80226ab91e1fa3330beaf3495dcb175

Contents?: true

Size: 521 Bytes

Versions: 17

Compression:

Stored size: 521 Bytes

Contents

<% unless @request.nil? -%>
  <%= @request.protocol %><%= @host %><%= @request.request_uri %>
<% end -%>
A <%= @exception.class %> occurred in <%= @location %>:
  <%= @exception.message %>
  <%= @backtrace.first %>

<% if @data[:info] -%>
  <%=@data[:info].to_yaml%>
<% end -%>

<% unless @the_blamed.nil? || @the_blamed[:author].nil? %>
Git Blame: '<%=@the_blamed[:author]%>' last modified line #<%=@the_blamed[:line]%> in <%=@the_blamed[:file]%>
<% end%>
<%= @sections.map { |section| render_section(section) }.join %>

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
super_exception_notifier-3.1.0 lib/views/exception_notification/notifier/exception_notification.text.plain.erb
super_exception_notifier-3.0.16 lib/views/exception_notification/notifier/exception_notification.text.plain.erb
super_exception_notifier-3.0.15 lib/views/exception_notification/notifier/exception_notification.text.plain.erb
super_exception_notifier-3.0.14 lib/views/exception_notification/notifier/exception_notification.text.plain.erb
super_exception_notifier-3.0.13 lib/views/exception_notification/notifier/exception_notification.text.plain.erb
super_exception_notifier-3.0.12 lib/views/exception_notification/notifier/exception_notification.text.plain.erb
super_exception_notifier-3.0.11 lib/views/exception_notification/notifier/exception_notification.text.plain.erb
super_exception_notifier-2.0.8 views/exception_notifier/exception_notification.text.plain.erb
super_exception_notifier-2.0.7 views/exception_notifier/exception_notification.text.plain.erb
super_exception_notifier-2.0.6 views/exception_notifier/exception_notification.text.plain.erb
super_exception_notifier-2.0.5 views/exception_notifier/exception_notification.text.plain.erb
bmpercy-exception_notification-2.0.5 views/exception_notifier/exception_notification.text.plain.erb
super_exception_notifier-2.0.4 views/exception_notifier/exception_notification.text.plain.erb
super_exception_notifier-2.0.3 views/exception_notifier/exception_notification.text.plain.erb
super_exception_notifier-2.0.2 views/exception_notifier/exception_notification.text.plain.erb
super_exception_notifier-2.0.1 views/exception_notifier/exception_notification.text.plain.erb
super_exception_notifier-2.0.0 views/exception_notifier/exception_notification.text.plain.erb