Sha256: cf75cc3419a6735267ed6fa3b31268551afbc65ee8e70a3f42dc36afa5636dfa

Contents?: true

Size: 177 Bytes

Versions: 4

Compression:

Stored size: 177 Bytes

Contents

module Lutaml
  module Model
    class Error < StandardError
    end
  end
end

require_relative "error/invalid_value_error"
require_relative "error/unknown_adapter_type_error"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lutaml-model-0.3.9 lib/lutaml/model/error.rb
lutaml-model-0.3.8 lib/lutaml/model/error.rb
lutaml-model-0.3.7 lib/lutaml/model/error.rb
lutaml-model-0.3.6 lib/lutaml/model/error.rb