ErrLookup › RubyMoney/money

RubyMoney/money

A Ruby Library for dealing with money and currency conversion. · Ruby · 20 source files

Analyzed at 26e2829c34 on 2026-08-23. 21 documented errors.

Code / MessageTypeSeverityTags
#exchange_with must be implemented
exception error
No exchanging of currencies allowed: #{from} #{from.currency
exception error
No conversion rate known for '#{from.currency.iso_code}' ->
exception error
Money::Bank::UnknownRateFormat
exception error
Unknown currency '#{id}'
exception error
Can't call Currency.all - currency '#{currency}' is missing
exception error
Heuristics deprecated, add `gem "money-heuristics"` to Gemfi
exception error
I18n not found
exception error
Smallest denomination of this currency is not defined
exception error
'amount' must be numeric
exception error
must provide a currency
exception error
must be initialized with a finite value
exception error
need at least one part
exception error
Money#== supports only zero numerics
exception error
Can't add or subtract a non-zero #{value.class.name} value
exception error
Unsupported argument type: #{other.class.name}
exception error
Can't multiply a #{self.class.name} by a #{other.class.name}
exception error
divided by Money(0)
exception error
Can not divide by Money
exception error
divided by zero
exception error
Unknown locale backend: #{name}
exception error