Exception: MobyUtil::CustomError
- Defined in:
- lib/tdriver/util/common/error.rb,
lib/tdriver/util/parameter/error.rb
Overview
This is template for tdriver custom errors
Direct Known Subclasses
DbTypeNotDefinedError, DbTypeNotSupportedError, EmptyFilenameError, FileNotFoundError, LanguageNotFoundError, LogicalNameNotFoundError, ParameterFileParseError, ParameterNotFoundError, ParameterXmlParseError, PluginError, SqlConnectError, SqlError, TableNotFoundError, TemplateNotFoundError, TemplatesFileNotLoaded, UnexpectedVariableTypeError
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ CustomError
constructor
A new instance of CustomError.
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 |