📅  最后修改于: 2022-03-11 14:45:12.185000             🧑  作者: Mango
class MyException(Exception):
"""You can put code here"""
pass
class MyOtherException(MyException):
"""You can also put code here"""
pass