Exception: OpenExchangeRates::Rates::MissingAppIdError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/open_exchange_rates/rates.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Go to https://openexchangerates.org/signup to get App ID and then add it to the configuration: OpenExchangeRates.configuration.app_id = 'your app id'") ⇒ MissingAppIdError

Returns a new instance of MissingAppIdError.



8
9
10
# File 'lib/open_exchange_rates/rates.rb', line 8

def initialize(msg = "Go to https://openexchangerates.org/signup to get App ID and then add it to the configuration: OpenExchangeRates.configuration.app_id = 'your app id'")
  super(msg)
end