Exception: Danconia::Errors::ExchangeRateNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Danconia::Errors::ExchangeRateNotFound
- Defined in:
- lib/danconia/errors/exchange_rate_not_found.rb
Instance Method Summary collapse
-
#initialize(src, dst) ⇒ ExchangeRateNotFound
constructor
A new instance of ExchangeRateNotFound.
Constructor Details
#initialize(src, dst) ⇒ ExchangeRateNotFound
Returns a new instance of ExchangeRateNotFound.
4 5 6 |
# File 'lib/danconia/errors/exchange_rate_not_found.rb', line 4 def initialize src, dst super "No exchange rate found from #{src} to #{dst}" end |