Sha256: 7d57d7c61c3c4197d7a5833e24f670a3d845767262cde7e0c9726027724c652b

Contents?: true

Size: 169 Bytes

Versions: 11

Compression:

Stored size: 169 Bytes

Contents

module Lutaml
  module Model
    class UnknownTypeError < Error
      def initialize(type_name)
        super("Unknown type '#{type_name}'")
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lutaml-model-0.5.3 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.5.2 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.5.1 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.5.0 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.4.0 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.3.30 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.3.29 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.3.28 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.3.27 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.3.26 lib/lutaml/model/error/unknown_type_error.rb
lutaml-model-0.3.25 lib/lutaml/model/error/unknown_type_error.rb