ClayIncompatibleException constructor
const
ClayIncompatibleException({})
Creates a ClayIncompatibleException.
Implementation
const ClayIncompatibleException({
required this.currentVersion,
required this.requiredConstraint,
});