Exception: MobyUtil::XML::BuilderError
- Defined in:
- lib/tdriver/util/xml/error.rb
Overview
ParseError
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ BuilderError
constructor
A new instance of BuilderError.
Constructor Details
#initialize(msg = nil) ⇒ BuilderError
Returns a new instance of BuilderError.
36 37 38 39 40 |
# File 'lib/tdriver/util/xml/error.rb', line 36 def initialize ( msg = nil ) super( msg ) end |