diff options
author | uvok | 2025-04-18 17:36:03 +0200 |
---|---|---|
committer | uvok | 2025-04-18 17:36:03 +0200 |
commit | b5ceacdb258b9f1e8ab2b24dc8da7e3a0521e0e6 (patch) | |
tree | 717560ce46b9f1d0b9a10322c32253134c9862cc /exceptions.py | |
parent | 63b4781b5bbff801fc08f71781e937827273a3fa (diff) |
Add custom type
Diffstat (limited to 'exceptions.py')
-rw-r--r-- | exceptions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exceptions.py b/exceptions.py new file mode 100644 index 0000000..ec210a2 --- /dev/null +++ b/exceptions.py @@ -0,0 +1,2 @@ +class MismatchedTradeError(Exception): + pass |