diff options
Diffstat (limited to 'exceptions.py')
-rw-r--r-- | exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exceptions.py b/exceptions.py index ec210a2..dba1e48 100644 --- a/exceptions.py +++ b/exceptions.py @@ -1,2 +1,5 @@ class MismatchedTradeError(Exception): pass + +class TradeNotFound(Exception): + pass |