1 2 3 4
class UserNotPlayingError(Exception): """Will raised when user try to use game commands when not playing.""" pass