lib/lutaml/model/error/incorrect_mapping_argument_error.rb



module Lutaml
  module Model
    class IncorrectMappingArgumentsError < Error
    end
  end
end