Exception: KazeClient::Error::NoPrivateToken
Overview
403 error sent by Kaze server when trying to log in and user has no token
Constant Summary
Constants inherited from Generic
Instance Attribute Summary
Attributes inherited from Generic
Instance Method Summary collapse
-
#initialize(msg = 'User has no private token assigned') ⇒ NoPrivateToken
constructor
A new instance of NoPrivateToken.
Constructor Details
#initialize(msg = 'User has no private token assigned') ⇒ NoPrivateToken
Returns a new instance of NoPrivateToken.
11 12 13 |
# File 'lib/kaze_client/error/no_private_token.rb', line 11 def initialize(msg='User has no private token assigned') super(msg) end |