Exception: Lutaml::Model::ChoiceUpperBoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/lutaml/model/error/choice_upper_bound_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(validated_attributes, max) ⇒ ChoiceUpperBoundError



4
5
6
# File 'lib/lutaml/model/error/choice_upper_bound_error.rb', line 4

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