JSRUN 用代码说话
少卿
howdareyou
第56540位JSRUN用户

活跃于 2024-04-09 20:51 访问量:1410
关注


class CustomError(Exception): def __init__(self,message): self.message=message def __str__(self): return f'Error is : {self.message}'


没有了
1/1
没有了