From 3346c665e47fcda5ef3216d66174eae815fcd3cd Mon Sep 17 00:00:00 2001 From: uvok Date: Fri, 18 Apr 2025 17:44:34 +0200 Subject: Addand use TradeNotFound --- exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exceptions.py') 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 -- cgit v1.2.3