Exception: Lutaml::Model::ImportModelWithRootError
- Defined in:
- lib/lutaml/model/error/import_model_with_root_error.rb
Instance Method Summary collapse
-
#initialize(model) ⇒ ImportModelWithRootError
constructor
A new instance of ImportModelWithRootError.
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 |