Exception: Lutaml::Model::TypeError

Inherits:
Error
  • Object
show all
Defined in:
lib/lutaml/model/error/type_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ TypeError

Returns a new instance of TypeError.



4
5
6
# File 'lib/lutaml/model/error/type_error.rb', line 4

def initialize(message)
  super("Type Error: #{message}")
end