Sha256: 652d91e5acacef8799eacd95ca09f4570eff7a5b0fcc970fbeedfbe73abf4377

Contents?: true

Size: 414 Bytes

Versions: 3

Compression:

Stored size: 414 Bytes

Contents

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 %>
  <%= raw sections.join %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
exception_notification-2.6.1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-2.6.0 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-2.6.0.rc1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb