class Lutaml::Model::ChoiceLowerBoundError

def initialize(validated_attributes, min)

def initialize(validated_attributes, min)
  super("Attributes `#{validated_attributes}` count is less than the lower bound `#{min}`")
end