Exception: Lutaml::Model::ChoiceLowerBoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(validated_attributes, min) ⇒ ChoiceLowerBoundError

Returns a new instance of ChoiceLowerBoundError.



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

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