dc781b9e585604d0fe43e92e1f0a251b5c37f0c4
[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