Class: LaMaquina::ErrorNotifier::Base
- Inherits:
-
Object
- Object
- LaMaquina::ErrorNotifier::Base
- Defined in:
- lib/la_maquina/error_notifier/base.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.notify(error, details = {}) ⇒ Object
5 6 7 |
# File 'lib/la_maquina/error_notifier/base.rb', line 5 def self.notify(error, details = {}) raise "There's no ErrorNotifier set or id doesn't implement `notify` as it should." end |