Exception: NeonRAW::Errors::InvalidCredentials

Inherits:
StandardError
  • Object
show all
Defined in:
lib/NeonRAW/errors.rb

Overview

Your username/password is wrong.

Instance Method Summary collapse

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