Exception: Notifications::CommandNotImplementedError
- Inherits:
-
NoMethodError
- Object
- NoMethodError
- Notifications::CommandNotImplementedError
- Defined in:
- lib/notifications.rb
Instance Method Summary collapse
-
#initialize(command = "Command") ⇒ CommandNotImplementedError
constructor
A new instance of CommandNotImplementedError.
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 |