Module: Banter::Notifier

Defined in:
lib/banter/notifier.rb

Defined Under Namespace

Classes: StdOutNotifier

Class Method Summary collapse

Class Method Details

.notify(error, params_hash) ⇒ Object



3
4
5
# File 'lib/banter/notifier.rb', line 3

def self.notify(error, params_hash)
  ::Banter::Configuration.notifier.notify(error, params_hash)
end