Sha256: af0ad89a1cb4e464a85bed2f36b575410b02c4fe6be10bed0219814e98b39002

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 Bytes

Contents

A <%= @exception.class %> occurred in background:

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

2 entries across 2 versions & 1 rubygems

Version Path
exception_notification-2.5.2 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
exception_notification-2.5.1 lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb