Sha256: a60228a9aea89617c3f52098b54636d351dbb3fe91d87f193bbeeb2baa658a4c

Contents?: true

Size: 471 Bytes

Versions: 12

Compression:

Stored size: 471 Bytes

Contents

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

  <%= @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

12 entries across 12 versions & 2 rubygems

Version Path
exception_notification_more_info-1.0.1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification_more_info-1.0.0 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.1.4 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.1.3 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.1.2 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.1.1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.1.0 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.1.0.rc2 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.1.0.rc1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.0.1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.0.0 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-4.0.0.rc1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb