Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
"""此模块包含核心模块的错误的基类"""
from gram_core.error import ServiceNotFoundError
__all__ = ("ServiceNotFoundError",)