Added a custom exception for timeout handling

This commit is contained in:
2026-03-07 22:00:38 +01:00
parent 78d240a1fc
commit 10d14a06db

View File

@@ -0,0 +1,2 @@
class SNMPTimeoutError(Exception):
pass