Bug 615 - LCM loses kafka messages
[osm/LCM.git] / osm_lcm / lcm_utils.py
index 2989bf4..687da41 100644 (file)
@@ -30,6 +30,10 @@ class LcmExceptionNoMgmtIP(LcmException):
     pass
 
 
+class LcmExceptionExit(LcmException):
+    pass
+
+
 def versiontuple(v):
     """utility for compare dot separate versions. Fills with zeros to proper number comparison
     package version will be something like 4.0.1.post11+gb3f024d.dirty-1. Where 4.0.1 is the git tag, postXX is the