Exception: MobyUtil::XML::ParseError
- Defined in:
- lib/tdriver/util/xml/error.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ ParseError
constructor
A new instance of ParseError.
Constructor Details
#initialize(msg = nil) ⇒ ParseError
Returns a new instance of ParseError.
26 27 28 29 30 |
# File 'lib/tdriver/util/xml/error.rb', line 26 def initialize ( msg = nil ) super( msg ) end |