Upload the contribution of vstf as bottleneck network framework.
[bottlenecks.git] / vstf / vstf / common / excepts.py
diff --git a/vstf/vstf/common/excepts.py b/vstf/vstf/common/excepts.py
new file mode 100755 (executable)
index 0000000..dc781b9
--- /dev/null
@@ -0,0 +1,12 @@
+class ChannelDie(Exception):
+    """rabbitmq's channel connect failed"""
+    pass
+
+
+class UnsolvableExit(Exception):
+    """the soft maybe error , and the code can not solvable, must be exit"""
+    pass
+
+
+class AgentExit(Exception):
+    pass