Add exception

This commit is contained in:
Michał Sałaban 2018-01-22 04:51:56 +01:00
parent aa155b0520
commit 01060cbe7d
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ _err2exc = {
-4: exceptions.NotEnoughUnlockedMoney,
-5: exceptions.WrongPaymentId,
-16: exceptions.TransactionNotPossible,
-17: exceptions.NotEnoughMoney,
-20: exceptions.AmountIsZero,
-32601: MethodNotFound,
}