upz, forgot to take out comments
[boxroom-stian.git] / vendor / plugins / exception_notification / views / exception_notifier / exception_notification.rhtml
blobec30c4ab28071208b70c3a9f3610e37938d88efc
1 A <%= @exception.class %> occurred in <%= @controller.controller_name %>#<%= @controller.action_name %>:
3   <%= @exception.message %>
4   <%= @backtrace.first %>
6 <%= @sections.map { |section| render_section(section) }.join %>