Exception: Arboretum::XML::IO::XMLParseException
- Inherits:
-
StandardError
- Object
- StandardError
- Arboretum::XML::IO::XMLParseException
- Defined in:
- lib/arboretum/xml.rb
Instance Method Summary collapse
-
#initialize(msg = "An error occurred while parsing XML") ⇒ XMLParseException
constructor
A new instance of XMLParseException.
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 |