Exception: Lutaml::Model::ChoiceUpperBoundError
- Defined in:
- lib/lutaml/model/error/choice_upper_bound_error.rb
Instance Method Summary collapse
-
#initialize(validated_attributes, max) ⇒ ChoiceUpperBoundError
constructor
A new instance of ChoiceUpperBoundError.
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 |