aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py
blob: 5e4d63303cd760e877f867b5dbf6a388b6da5676 (plain) (blame)
1
2
3
4
class UserNotPlayingError(Exception):
    """Will be raised when the users try to use game commands when they are not playing."""

    pass