Exception: Scientist::BehaviorMissing
- Inherits:
-
BadBehavior
- Object
- StandardError
- BadBehavior
- Scientist::BehaviorMissing
- Defined in:
- lib/scientist/errors.rb
Instance Attribute Summary
Attributes inherited from BadBehavior
Instance Method Summary collapse
-
#initialize(experiment, name) ⇒ BehaviorMissing
constructor
A new instance of BehaviorMissing.
Constructor Details
#initialize(experiment, name) ⇒ BehaviorMissing
Returns a new instance of BehaviorMissing.
17 18 19 20 |
# File 'lib/scientist/errors.rb', line 17 def initialize(experiment, name) super experiment, name, "#{experiment.name} missing #{name} behavior" end |