Class: OpenVASOMP::XMLParsingError
- Defined in:
- lib/openvas-omp.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.
79 80 81 |
# File 'lib/openvas-omp.rb', line 79 def initialize self.reason = "XML parsing failed" end |