PamGram/core/services/template/error.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
232 B
Python
Raw Normal View History

from gram_core.services.template.error import (
ErrorFileType,
FileIdNotFound,
QuerySelectorNotFound,
TemplateException,
)
__all__ = ("TemplateException", "QuerySelectorNotFound", "ErrorFileType", "FileIdNotFound")