Sha256: 57a21cb6c4a0de8050e3a0abf364f76ee272a4b9c7691370d4003a23576e3a51
Contents?: true
Size: 197 Bytes
Versions: 12
Compression:
Stored size: 197 Bytes
Contents
module Danconia module Errors class ExchangeRateNotFound < StandardError def initialize src, dst super "No exchange rate found from #{src} to #{dst}" end end end end
Version data entries
12 entries across 12 versions & 1 rubygems