Class: OpenVASOMP::XMLParsingError

Inherits:
OMPError
  • Object
show all
Defined in:
lib/openvas-omp.rb

Instance Attribute Summary

Attributes inherited from OMPError

#reason, #req

Instance Method Summary collapse

Methods inherited from OMPError

#to_s

Constructor Details

#initializeXMLParsingError

Returns a new instance of XMLParsingError.



79
80
81
# File 'lib/openvas-omp.rb', line 79

def initialize
	self.reason = "XML parsing failed"
end