From 1fb2fbd6540c03867261fa1b5e962893abeecb62 Mon Sep 17 00:00:00 2001 From: Denis Date: Thu, 24 Jul 2025 01:50:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB=20=D0=B4=D0=BB=D1=8F=20=D0=B1?= =?UTF-8?q?=D1=83=D0=B4=D1=83=D1=89=D0=B8=D1=85=20=D0=B8=D1=81=D0=BA=D0=BB?= =?UTF-8?q?=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B9=20MAX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maxapi/exceptions/max.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 maxapi/exceptions/max.py diff --git a/maxapi/exceptions/max.py b/maxapi/exceptions/max.py new file mode 100644 index 0000000..e424567 --- /dev/null +++ b/maxapi/exceptions/max.py @@ -0,0 +1,3 @@ + +class MaxConnection(BaseException): + ... \ No newline at end of file