Class: Lutaml::Model::TypeOnlyNamespaceError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

def to_s
  "Cannot assign namespace to a type-only model (no element declared)."
end