Class: Banter::Notifier::StdOutNotifier

Inherits:
Object
  • Object
show all
Defined in:
lib/banter/notifier.rb

Class Method Summary collapse

Class Method Details

.notify(error, params_hash) ⇒ Object



8
9
10
# File 'lib/banter/notifier.rb', line 8

def self.notify(error, params_hash)
  STDOUT.puts("Error caught: #{error}, #{params_hash}")
end