mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-25 15:42:14 +00:00
6 lines
139 B
Python
6 lines
139 B
Python
"""此模块包含核心模块的错误的基类"""
|
|
|
|
from gram_core.error import ServiceNotFoundError
|
|
|
|
__all__ = ("ServiceNotFoundError",)
|