Exception: MobyUtil::CustomError

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

Overview

This is template for tdriver custom errors

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ CustomError

Returns a new instance of CustomError.



26
27
28
29
30
# File 'lib/tdriver/util/common/error.rb', line 26

def initialize ( msg = nil )

  super( msg )

end