Exception: Lutaml::Model::ImportModelWithRootError

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

Instance Method Summary collapse

Constructor Details

#initialize(model) ⇒ ImportModelWithRootError



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

def initialize(model)
  super("Cannot import a model `#{model}` with a root element")
end