Difficult-Rocket/Difficult_Rocket/api/Exp/language.py
shenjack 2bc9da9408 update pyglet
fix fpslogger gone bug
start using \viztracer/

modfied git ignore

啊啊啊
2022-06-20 21:12:13 +08:00

16 lines
359 B
Python

# -------------------------------
# Difficult Rocket
# Copyright © 2021-2022 by shenjackyuanjie
# All rights reserved
# -------------------------------
from Difficult_Rocket.api.Exp import Error
class LanguageError(Error):
"""语言相关 error"""
class TranslateFileNotFoundError(LanguageError):
"""某个语言的翻译文件未找到"""