Sha256: fb08013d87037b8458ce4bd2621ed2cae9f48388cbd3e38a45f1b095d60bb974

Contents?: true

Size: 327 Bytes

Versions: 30

Compression:

Stored size: 327 Bytes

Contents

module Lutaml
  module Model
    class UnknownAdapterTypeError < Error
      def initialize(adapter_name, type_name)
        @adapter_name = adapter_name
        @type_name = type_name

        super()
      end

      def to_s
        "Unknown type: `#{@type_name}` for `#{@adapter_name}` adapter"
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
lutaml-model-0.5.3 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.5.2 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.5.1 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.5.0 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.4.0 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.30 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.29 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.28 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.27 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.26 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.25 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.24 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.23 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.22 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.21 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.20 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.19 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.18 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.17 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.16 lib/lutaml/model/error/unknown_adapter_type_error.rb