Method: ExceptionNotifier::BaseNotifier#_post_callback
- Defined in:
- lib/exception_notifier/base_notifier.rb
#_post_callback(exception, options, message, message_opts) ⇒ Object
24 25 26 27 28 |
# File 'lib/exception_notifier/base_notifier.rb', line 24 def _post_callback(exception, , , ) return unless @base_options[:post_callback].respond_to?(:call) @base_options[:post_callback].call(, self, exception.backtrace, , ) end |