aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py
blob: 9e08075985871bca4908f1b8e4d7fe6340e2b608 (plain) (blame)
1
2
3
4
class UserNotPlayingError(Exception):
    """Raised when users try to use game commands when they are not playing."""

    pass