Difficult-Rocket/Difficult_Rocket/api/exception/unsupport.py

24 lines
467 B
Python
Raw Normal View History

# -------------------------------
# Difficult Rocket
2023-01-20 14:08:12 +08:00
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
"""
writen by shenjackyuanjie
mail: 3695888@qq.com
github: @shenjackyuanjie
gitee: @shenjackyuanjie
"""
2022-06-29 13:45:25 +08:00
from Difficult_Rocket.exception.unsupport import *
2022-06-29 13:45:25 +08:00
__all__ = [
'NoMoreJson5',
'Nope418ImATeapot',
'ThinkError',
'BrainError',
2023-01-05 21:36:47 +08:00
'BigBrainError',
'GrammarError'
2022-06-29 13:45:25 +08:00
]