Exception: NeonRAW::Errors::InvalidCredentials
- Inherits:
-
StandardError
- Object
- StandardError
- NeonRAW::Errors::InvalidCredentials
- Defined in:
- lib/NeonRAW/errors.rb
Overview
Your username/password is wrong.
Instance Method Summary collapse
-
#initialize(msg = 'Invalid username/password') ⇒ InvalidCredentials
constructor
A new instance of InvalidCredentials.
Constructor Details
#initialize(msg = 'Invalid username/password') ⇒ InvalidCredentials
Returns a new instance of InvalidCredentials.
287 288 289 |
# File 'lib/NeonRAW/errors.rb', line 287 def initialize(msg = 'Invalid username/password') super(msg) end |