Method: ExceptionNotifier::BaseNotifier#send_notice
- Defined in:
- lib/exception_notifier/base_notifier.rb
#send_notice(exception, options, message, message_opts = nil) ⇒ Object
11 12 13 14 15 16 |
# File 'lib/exception_notifier/base_notifier.rb', line 11 def send_notice(exception, , , = nil) _pre_callback(exception, , , ) result = yield(, ) _post_callback(exception, , , ) result end |