mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-26 02:11:03 +00:00
233e7ab58d
Co-authored-by: luoshuijs <luoshuijs@outlook.com> Co-authored-by: Karako <karakohear@gmail.com> Co-authored-by: xtaodada <xtao@xtaolink.cn>
15 lines
207 B
Python
15 lines
207 B
Python
class TemplateException(Exception):
|
|
pass
|
|
|
|
|
|
class QuerySelectorNotFound(TemplateException):
|
|
pass
|
|
|
|
|
|
class ErrorFileType(TemplateException):
|
|
pass
|
|
|
|
|
|
class FileIdNotFound(TemplateException):
|
|
pass
|