repo.or.cz
/
boxroom-stian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upz, forgot to take out comments
[boxroom-stian.git]
/
vendor
/
plugins
/
exception_notification
/
views
/
exception_notifier
/
exception_notification.rhtml
blob
ec30c4ab28071208b70c3a9f3610e37938d88efc
1
A <%= @exception.class %> occurred in <%= @controller.controller_name %>#<%= @controller.action_name %>:
2
3
<%= @exception.message %>
4
<%= @backtrace.first %>
5
6
<%= @sections.map { |section| render_section(section) }.join %>