Exception: Simplesol::NotConfiguredError

Inherits:
Exception
  • Object
show all
Defined in:
lib/simplesol/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeNotConfiguredError

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