Upload the contribution of vstf as bottleneck network framework.
[bottlenecks.git] / vstf / vstf / common / excepts.py
1 class ChannelDie(Exception):
2     """rabbitmq's channel connect failed"""
3     pass
4
5
6 class UnsolvableExit(Exception):
7     """the soft maybe error , and the code can not solvable, must be exit"""
8     pass
9
10
11 class AgentExit(Exception):
12     pass