Exception: DecisionAgent::InvalidScoringStrategyError

Inherits:
Error
  • Object
show all
Defined in:
lib/decision_agent/errors.rb

Instance Method Summary collapse

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(message = "Scoring strategy must respond to #score")
  super
end