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