Arguments of user-defined exception

后端 未结 0 423
暗喜
暗喜 2020-12-03 16:35

I can\'t understand how the arguments of CustomException are initialized in the following case:

class CustomException(Exception):
    def __init__(self, msg):         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题