From 10d14a06dbf65f50aebc52ba131f4aa6aecde8d5 Mon Sep 17 00:00:00 2001 From: YuruC3 Date: Sat, 7 Mar 2026 22:00:38 +0100 Subject: [PATCH] Added a custom exception for timeout handling --- cont/models/snmpTimeOut.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cont/models/snmpTimeOut.py diff --git a/cont/models/snmpTimeOut.py b/cont/models/snmpTimeOut.py new file mode 100644 index 0000000..bf251df --- /dev/null +++ b/cont/models/snmpTimeOut.py @@ -0,0 +1,2 @@ +class SNMPTimeoutError(Exception): + pass \ No newline at end of file