23 lines
477 B
Python
23 lines
477 B
Python
|
# -------------------------------
|
|||
|
# Difficult Rocket
|
|||
|
# Copyright © 2021-2022 by shenjackyuanjie
|
|||
|
# All rights reserved
|
|||
|
# -------------------------------
|
|||
|
|
|||
|
"""
|
|||
|
writen by shenjackyuanjie
|
|||
|
mail: 3695888@qq.com
|
|||
|
github: @shenjackyuanjie
|
|||
|
gitee: @shenjackyuanjie
|
|||
|
"""
|
|||
|
|
|||
|
from Difficult_Rocket.api.Exp.main import Error
|
|||
|
|
|||
|
|
|||
|
class NoMoreJson5(Error):
|
|||
|
"""说什么我也不用Json5了!"""
|
|||
|
|
|||
|
|
|||
|
class NopeImTeapot418(Error):
|
|||
|
"""我只是个茶壶而已,我不能煮咖啡!"""
|