Exception: Simplesol::NotConfiguredError
- Inherits:
-
Exception
- Object
- Exception
- Simplesol::NotConfiguredError
- Defined in:
- lib/simplesol/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NotConfiguredError
constructor
A new instance of NotConfiguredError.
Constructor Details
#initialize ⇒ NotConfiguredError
Returns a new instance of NotConfiguredError.
3 4 5 |
# File 'lib/simplesol/errors.rb', line 3 def initialize @message = 'You have not provided Simplesol api settings: login or api_key' end |