"""Exceptions.""" from ddex_ingester_common.lambda_exceptions import LambdaException class SetMainReleaseDateException(LambdaException): """Set main release date lambda exception.""" class SetCarveoutsException(LambdaException): """Set carveout lambda exception.""" class SetPricingException(LambdaException): """Set pricing lambda exception."""