Exception: NoApiKey

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "API keys are missing, please set user_name and password in some config file.") ⇒ NoApiKey

Returns a new instance of NoApiKey.



2
3
4
# File 'lib/neoway/errors.rb', line 2

def initialize(msg="API keys are missing, please set user_name and password in some config file.")
  super
end