Sha256: 1e44d7a3a590cd18883387ee5dfe011d9150c3f61af9a7e90eb2939da48b6cd5

Contents?: true

Size: 201 Bytes

Versions: 25

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

25 entries across 25 versions & 1 rubygems

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