Class: OpenVASOMP::XMLParsingError

Inherits:
OMPError
  • Object
show all
Defined in:
lib/ovas.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.



41
42
43
# File 'lib/ovas.rb', line 41

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