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