Class: LaMaquina::ErrorNotifier::SilentNotifier

Inherits:
Base
  • Object
show all
Defined in:
lib/la_maquina/error_notifier/silent_notifier.rb

Class Method Summary collapse

Class Method Details

.notify(error, details = {}) ⇒ Object



5
6
7
# File 'lib/la_maquina/error_notifier/silent_notifier.rb', line 5

def self.notify(error, details = {})
  # don't blame me! you're the one who didn't set the notifier!
end