Closed tagliala closed 7 months ago
Also, raise_error better clarifies what is expected from specs and is also shorter
raise_error
ArgumentError
TypeError
DifferentCurrencyError
UndefinedSmallestDenomination
UnknownRate
Error
UnknownCurrency
Close #1076
Requires #1078 to pass CI
ty
Also,
raise_error
better clarifies what is expected from specs and is also shorterArgumentError
andTypeError
are errorsDifferentCurrencyError
,UndefinedSmallestDenomination
, andUnknownRate
inherit fromError
UnknownCurrency
inherits fromArgumentError
Close #1076
Requires #1078 to pass CI