Exception: Alerter::MethodNotImplemented
- Inherits:
-
StandardError
- Object
- StandardError
- Alerter::MethodNotImplemented
- Defined in:
- lib/alerter/message_dispatcher.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ MethodNotImplemented
constructor
A new instance of MethodNotImplemented.
Constructor Details
#initialize(data) ⇒ MethodNotImplemented
Returns a new instance of MethodNotImplemented.
3 4 5 |
# File 'lib/alerter/message_dispatcher.rb', line 3 def initialize(data) @data = data end |