Exception: MobyStandardError
- Defined in:
- lib/tdriver/util/common/exceptions.rb
Overview
place all custom TDriver exception classes here
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ MobyStandardError
constructor
Construct a new error, optionally passing in a message.
Constructor Details
#initialize(message = nil) ⇒ MobyStandardError
Construct a new error, optionally passing in a message
5 6 7 |
# File 'lib/tdriver/util/common/exceptions.rb', line 5 def initialize ( = nil ) super( ) end |