Sha256: 1e44d7a3a590cd18883387ee5dfe011d9150c3f61af9a7e90eb2939da48b6cd5

Contents?: true

Size: 201 Bytes

Versions: 26

Compression:

Stored size: 201 Bytes

Contents

module Lutaml
  module Model
    class TypeNotEnabledError < Error
      def initialize(type_name, value)
        super("#{type_name} type is not enabled. Value: #{value}")
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
lutaml-model-0.3.16 lib/lutaml/model/error/type_not_enabled_error.rb
lutaml-model-0.3.15 lib/lutaml/model/error/type_not_enabled_error.rb
lutaml-model-0.3.14 lib/lutaml/model/error/type_not_enabled_error.rb
lutaml-model-0.3.13 lib/lutaml/model/error/type_not_enabled_error.rb
lutaml-model-0.3.12 lib/lutaml/model/error/type_not_enabled_error.rb
lutaml-model-0.3.11 lib/lutaml/model/error/type_not_enabled_error.rb