Method: Exceptioner.notify

Defined in:
lib/exceptioner.rb

.notify(exception, options = {}) ⇒ Object



54
55
56
# File 'lib/exceptioner.rb', line 54

def self.notify(exception, options = {})
  Notifier.dispatch(exception, options)
end