class DeploymentIsBeingDeletedError(Exception):
    """Raised when an operation is attempted on a deployment that is being deleted."""

    pass
