Exception: OpenXml::UndefinedNamespaceError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- OpenXml::UndefinedNamespaceError
- Defined in:
- lib/openxml/element.rb
Instance Method Summary collapse
-
#initialize(klass) ⇒ UndefinedNamespaceError
constructor
A new instance of UndefinedNamespaceError.
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 |