Exception: BestBuy::Exceptions::ApiKeyNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- BestBuy::Exceptions::ApiKeyNotFound
- Defined in:
- lib/best_buy/exceptions/api_key_not_found.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
6 7 8 9 |
# File 'lib/best_buy/exceptions/api_key_not_found.rb', line 6 def '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 |