Exception: BestBuy::Exceptions::ApiKeyNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/best_buy/exceptions/api_key_not_found.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
9
# File 'lib/best_buy/exceptions/api_key_not_found.rb', line 6

def message
  'No API key configured. Either configure it in config/initializers/best_buy.rb '\
    'or pass it as a parameter when creating the API instance.'
end