Exception: Notifications::CommandNotImplementedError

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/notifications.rb

Instance Method Summary collapse

Constructor Details

#initialize(command = "Command") ⇒ CommandNotImplementedError

Returns a new instance of CommandNotImplementedError.



23
24
25
# File 'lib/notifications.rb', line 23

def initialize(command="Command")
  super "#{msg} not implemented by the #{Notifications.NOTIF_SERVICE} service."
end