"""Exceptions.""" from ddex_ingester_common.lambda_exceptions import LambdaException class ParticipantRoleGenreException(LambdaException): """Participant role / genre mismatch exception.""" class TrackPerformerTypeException(LambdaException): """Track performer type exception.""" class DuplicateParticipantException(LambdaException): """Duplicate participant exception."""