python 自定义expection

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

 

posted @ 2019-10-03 20:16  市丸银  阅读(326)  评论(0编辑  收藏  举报