Sha256: 56da120e95da6d8e2396b5818c1655726d750dc47859f790ccecab23d726a1af

Contents?: true

Size: 386 Bytes

Versions: 16

Compression:

Stored size: 386 Bytes

Contents

Error Message
--------------
<%= @error_class %>: <%= @error_message %>

Details
-------
<% @details.keys.map(&:to_s).sort.each do |key| -%>
<%= %[#{key} => #{@details[key]}] %>
<% end if @details -%>

Backtrace
----------
<%= @backtrace.join "\n" if @backtrace %>

Environment
------------
<% @environment.keys.sort.each do |key| -%>
<%= %[#{key} => #{@environment[key]}] %>
<% end -%>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
relevance-chatterbox-0.3.2 views/chatterbox/mailer/exception_notification.erb
relevance-chatterbox-0.3.3 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.8.5 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.8.4 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.8.3 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.8.2 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.8.1 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.6.2 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.6.1 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.6.0 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.5.4 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.5.3 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.5.1 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.5.0 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.4.0 views/chatterbox/mailer/exception_notification.erb
chatterbox-0.3.3 views/chatterbox/mailer/exception_notification.erb