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