python 自定义expection

class PricePolicyInvalid(Exception):
    def __init__(self, msg):
        self.msg = msg

 

转载于:https://www.cnblogs.com/wt7018/p/11620654.html

你可能感兴趣的:(python)