Exception: DecisionAgent::InvalidScoringStrategyError
- Defined in:
- lib/decision_agent/errors.rb
Instance Method Summary collapse
-
#initialize(message = "Scoring strategy must respond to #score") ⇒ InvalidScoringStrategyError
constructor
A new instance of InvalidScoringStrategyError.
Constructor Details
#initialize(message = "Scoring strategy must respond to #score") ⇒ InvalidScoringStrategyError
Returns a new instance of InvalidScoringStrategyError.
42 43 44 |
# File 'lib/decision_agent/errors.rb', line 42 def initialize( = "Scoring strategy must respond to #score") super end |