Class: OpenVASOMP::XMLParsingError
- Defined in:
- lib/ovas.rb
Instance Attribute Summary
Attributes inherited from OMPError
Instance Method Summary collapse
-
#initialize ⇒ XMLParsingError
constructor
A new instance of XMLParsingError.
Methods inherited from OMPError
Constructor Details
#initialize ⇒ XMLParsingError
Returns a new instance of XMLParsingError.
41 42 43 |
# File 'lib/ovas.rb', line 41 def initialize self.reason = "XML parsing failed" end |