Koha::Exceptions::Account - Base class for Account exceptions
Generic Account exception
Exception to be used when an action on an account line requires it to be a credit and it isn't.
Exception to be used when an action on an account line requires it to be a debit and it isn't.
Exception to be used when a credit has no amount outstanding and is required to be applied to outstanding debits.
Exception to be used when a passed credit or debit amount is not a positive decimal value.
Exception to be used when a passed credit or debit is not of a recognised type.
Exception to be used when UseCashRegisters is enabled and one is not passed for a transaction.