Exception: Arboretum::XML::IO::XMLParseException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/arboretum/xml.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "An error occurred while parsing XML") ⇒ XMLParseException

Returns a new instance of XMLParseException.



7
8
9
# File 'lib/arboretum/xml.rb', line 7

def initialize(msg="An error occurred while parsing XML")
  super(msg)
end