class PricePolicyInvalid(Exception): def __init__(self, msg): self.msg = msg
python 自定义expection
原文:https://www.cnblogs.com/wt7018/p/11620654.html