python 自定义expection
时间:2019-10-03 21:34:26
收藏:0
阅读:60
class PricePolicyInvalid(Exception): def __init__(self, msg): self.msg = msg
原文:https://www.cnblogs.com/wt7018/p/11620654.html
评论(0)