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