class Lutaml::Model::ChoiceUpperBoundError

def initialize(validated_attributes, max)

def initialize(validated_attributes, max)
  super("Attributes `#{validated_attributes}` count exceeds the upper bound `#{max}`")
end