class Danconia::Errors::ExchangeRateNotFound

Public Class Methods

new(src, dst) click to toggle source
Calls superclass method
# 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