Sha256: fb08013d87037b8458ce4bd2621ed2cae9f48388cbd3e38a45f1b095d60bb974

Contents?: true

Size: 327 Bytes

Versions: 23

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

23 entries across 23 versions & 1 rubygems

Version Path
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
lutaml-model-0.3.15 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.14 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.13 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.12 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.11 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.10 lib/lutaml/model/error/unknown_adapter_type_error.rb
lutaml-model-0.3.9 lib/lutaml/model/error/unknown_adapter_type_error.rb