1
0

add NotEnoughFunds exception

This commit is contained in:
ThomasV
2014-11-20 19:10:43 +01:00
parent 5adb10e4d2
commit 01cf04079f
4 changed files with 20 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ import shutil
from datetime import datetime
is_verbose = False
class NotEnoughFunds(Exception): pass
class MyEncoder(json.JSONEncoder):
def default(self, obj):