Exception: Lutaml::Model::UnknownTypeError

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

Instance Method Summary collapse

Constructor Details

#initialize(type_name) ⇒ UnknownTypeError

Returns a new instance of UnknownTypeError.



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

def initialize(type_name)
  super("Unknown type '#{type_name}'")
end