class Lutaml::Model::ImportModelWithRootError

def initialize(model)

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