Exception: Wakame::JsonRequester::CommandError
- Inherits:
-
ResponseError
- Object
- StandardError
- ResponseError
- Wakame::JsonRequester::CommandError
- Defined in:
- lib/wakame/runner/administrator_command.rb
Instance Attribute Summary
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize(hash) ⇒ CommandError
constructor
A new instance of CommandError.
Constructor Details
#initialize(hash) ⇒ CommandError
Returns a new instance of CommandError.
121 122 123 |
# File 'lib/wakame/runner/administrator_command.rb', line 121 def initialize(hash) super(hash, "Command Error") end |