class Lutaml::Model::TypeOnlyMappingError

def initialize(model)

def initialize(model)
  super("#{model} is a type-only model (no element declared), " \
        "it can only be used as an embedded type through a parent model.")
end