summaryrefslogtreecommitdiff
path: root/exceptions.py
diff options
context:
space:
mode:
authoruvok2025-04-18 17:36:03 +0200
committeruvok2025-04-18 17:36:03 +0200
commitb5ceacdb258b9f1e8ab2b24dc8da7e3a0521e0e6 (patch)
tree717560ce46b9f1d0b9a10322c32253134c9862cc /exceptions.py
parent63b4781b5bbff801fc08f71781e937827273a3fa (diff)
Add custom type
Diffstat (limited to 'exceptions.py')
-rw-r--r--exceptions.py2
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