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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!