class UserNotPlayingError(Exception): """Raised when users try to use game commands when they are not playing.""" pass