Exception: Danconia::Errors::ExchangeRateNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/danconia/errors/exchange_rate_not_found.rb

Instance Method Summary collapse

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