PagerMaid-Pyro/pagermaid/errors.py

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

8 lines
211 B
Python
Raw Normal View History

from pyromod.utils.errors import (
AlreadyInConversationError,
TimeoutConversationError,
ListenerCanceled,
)
__all__ = ("AlreadyInConversationError", "TimeoutConversationError", "ListenerCanceled")