aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py
blob: 2b1c1b311962b835f546b863855524cad8f21538 (plain) (blame)
1
2
3
4
class UserNotPlayingError(Exception):
    """Will raised when user try to use game commands when not playing."""

    pass