summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/common/excepts.py
blob: dc781b9e585604d0fe43e92e1f0a251b5c37f0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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