Exception: OpenXml::UndefinedNamespaceError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/openxml/element.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass) ⇒ UndefinedNamespaceError

Returns a new instance of UndefinedNamespaceError.



64
65
66
# File 'lib/openxml/element.rb', line 64

def initialize(klass)
  super "#{klass} does not define its namespace"
end