Exception: MobyBase::BehaviourError

Inherits:
MobyCustomError show all
Defined in:
lib/tdriver/base/errors.rb

Overview

TODO: document

Instance Attribute Summary

Attributes inherited from MobyCustomError

#message

Instance Method Summary collapse

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