"""Specialized exceptions for the Survey Djangoapp"""classSurveyFormNotFound(Exception):""" Thrown when a SurveyForm is not found in the database """passclassSurveyFormNameAlreadyExists(Exception):""" Thrown when a SurveyForm is created but that name already exists """pass