Sha256: 5be224eb50d2f81ca66c969c33b511e73683ba802eae8b4fb164f6756a0b1ba1

Contents?: true

Size: 469 Bytes

Versions: 4

Compression:

Stored size: 469 Bytes

Contents

<%= @exception.class.to_s =~ /^[aeiou]/i ? 'An' : 'A' %> <%= @exception.class %> occurred in background at <%= raw @timestamp %> :

  <%= @exception.message %>
  <%= @backtrace.first %>

  <%  sections = @sections.map do |section|
        summary = render(section).strip
        unless summary.blank?
          title = render("title", :title => section).strip
          "#{title}\n\n#{summary.gsub(/^/, "  ")}\n\n"
        end
      end.join
  %>
  <%= raw sections %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
exception_notification-4.2.2 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.2.1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.2.0 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.2.0.rc1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb