Class: Exceptioner::Notifier
- Inherits:
-
Object
- Object
- Exceptioner::Notifier
- Defined in:
- lib/exceptioner/notifier.rb
Class Method Summary collapse
Class Method Details
.dispatch(exception, options = {}) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/exceptioner/notifier.rb', line 4 def self.dispatch(exception, = {}) if dispatch_exception? = (exception, .dup) determine_transports() do |transport| transport.deliver() end end end |