Exception: NoApiKey
- Inherits:
-
StandardError
- Object
- StandardError
- NoApiKey
- Defined in:
- lib/neoway/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "API keys are missing, please set user_name and password in some config file.") ⇒ NoApiKey
constructor
A new instance of NoApiKey.
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 |