Sha256: a71e2ea561745e252e3ee5871a9ede9c5c96e11cf72c2f809402a3b5c1352ef1

Contents?: true

Size: 386 Bytes

Versions: 14

Compression:

Stored size: 386 Bytes

Contents

module Lutaml
  module Model
    class Error < StandardError
    end
  end
end

require_relative "error/invalid_value_error"
require_relative "error/incorrect_mapping_argument_error"
require_relative "error/unknown_adapter_type_error"
require_relative "error/collection_count_out_of_range_error"
require_relative "error/validation_error"
require_relative "error/type_not_enabled_error"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
lutaml-model-0.3.24 lib/lutaml/model/error.rb
lutaml-model-0.3.23 lib/lutaml/model/error.rb
lutaml-model-0.3.22 lib/lutaml/model/error.rb
lutaml-model-0.3.21 lib/lutaml/model/error.rb
lutaml-model-0.3.20 lib/lutaml/model/error.rb
lutaml-model-0.3.19 lib/lutaml/model/error.rb
lutaml-model-0.3.18 lib/lutaml/model/error.rb
lutaml-model-0.3.17 lib/lutaml/model/error.rb
lutaml-model-0.3.16 lib/lutaml/model/error.rb
lutaml-model-0.3.15 lib/lutaml/model/error.rb
lutaml-model-0.3.14 lib/lutaml/model/error.rb
lutaml-model-0.3.13 lib/lutaml/model/error.rb
lutaml-model-0.3.12 lib/lutaml/model/error.rb
lutaml-model-0.3.11 lib/lutaml/model/error.rb