class Lutaml::Model::NoRootMappingError
def initialize(model)
def initialize(model) super("#{model} has `no_root`, it allowed only for reusable models") end
def initialize(model) super("#{model} has `no_root`, it allowed only for reusable models") end