Sha256: d17a67aab76093d00959526979ccdf59e5cad63da2eb1bd024fc91cd8f9aa186

Contents?: true

Size: 432 Bytes

Versions: 1

Compression:

Stored size: 432 Bytes

Contents

A <%= @exception.class %> occurred in <%= @controller.controller_name %>#<%= @controller.action_name %>:

  <%= raw @exception.message %>
  <%= raw @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

1 entries across 1 versions & 1 rubygems

Version Path
exception_notifier-1.0.0 lib/exception_notifier/views/exception_notifier/exception_notification.text.erb