Skip to content

Exceptions#

from dinero.exceptions import DifferentCurrencyError, InvalidOperationError

DifferentCurrencyError #

Bases: Exception

Different currencies where used.

InvalidOperationError #

Bases: InvalidOperation

An operation between unsupported types was executed.