Sha256: 78bd2b908779bb1e87aff49e056cb6cd8dcaa6e9d8c6f619e7ad881ea6606a23

Contents?: true

Size: 155 Bytes

Versions: 4

Compression:

Stored size: 155 Bytes

Contents

module Lutaml
  module Model
    class TypeError < Error
      def initialize(message)
        super("Type Error: #{message}")
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lutaml-model-0.3.28 lib/lutaml/model/error/type_error.rb
lutaml-model-0.3.27 lib/lutaml/model/error/type_error.rb
lutaml-model-0.3.26 lib/lutaml/model/error/type_error.rb
lutaml-model-0.3.25 lib/lutaml/model/error/type_error.rb