summaryrefslogtreecommitdiff
path: root/exceptions.py
diff options
context:
space:
mode:
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