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