Exception: Alerter::MethodNotImplemented

Inherits:
StandardError
  • Object
show all
Defined in:
lib/alerter/message_dispatcher.rb

Instance Method Summary collapse

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