From b5ceacdb258b9f1e8ab2b24dc8da7e3a0521e0e6 Mon Sep 17 00:00:00 2001 From: uvok Date: Fri, 18 Apr 2025 17:36:03 +0200 Subject: Add custom type --- exceptions.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 exceptions.py (limited to 'exceptions.py') 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 -- cgit v1.2.3