Exception: MobyUtil::XML::ParseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tdriver/util/xml/error.rb

Instance Method Summary collapse

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