pboling/exception_notification

View on GitHub
lib/views/exception_notification/notifier/rake_exception_notification.text.plain.erb

Summary

Maintainability
Test Coverage
A <%= @exception.class %> occurred in <%= @location %>:

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

<%= @sections.map { |section| render_section(section) }.join %>