Exception: MobyBase::BehaviourError
- Inherits:
-
MobyCustomError
- Object
- StandardError
- MobyCustomError
- MobyBase::BehaviourError
- Defined in:
- lib/tdriver/base/errors.rb
Overview
TODO: document
Instance Attribute Summary
Attributes inherited from MobyCustomError
Instance Method Summary collapse
-
#initialize(method_name = nil, description = nil) ⇒ BehaviourError
constructor
A new instance of BehaviourError.
Constructor Details
#initialize(method_name = nil, description = nil) ⇒ BehaviourError
Returns a new instance of BehaviourError.
126 127 128 |
# File 'lib/tdriver/base/errors.rb', line 126 def initialize ( method_name = nil, description = nil ) super( "%s failed. %s" % [ method_name, description ] ) end |