mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 21:00:27 +00:00
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
|