Exception: KazeClient::Error::InvalidCredentials
- Inherits:
-
Unauthorized
- Object
- RuntimeError
- Generic
- Unauthorized
- KazeClient::Error::InvalidCredentials
- Defined in:
- lib/kaze_client/error/invalid_credentials.rb
Overview
401 error sent by Kaze server when trying to log in with invalid credentials
Constant Summary
Constants inherited from Generic
Instance Attribute Summary
Attributes inherited from Generic
Instance Method Summary collapse
-
#initialize(msg = 'Invalid Login or Password') ⇒ InvalidCredentials
constructor
A new instance of InvalidCredentials.
Constructor Details
#initialize(msg = 'Invalid Login or Password') ⇒ InvalidCredentials
Returns a new instance of InvalidCredentials.
11 12 13 |
# File 'lib/kaze_client/error/invalid_credentials.rb', line 11 def initialize(msg='Invalid Login or Password') super(msg) end |