BackendException
# File lib/packagekit.rb, line 36 def initialize(description) @description = description super("PackageKit error") end
# File lib/packagekit.rb, line 41 def to_xml xml = Builder::XmlMarkup.new({}) xml.instruct! xml.error do xml.type "PACKAGEKIT_ERROR" xml.description @description end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.