Exception: DecisionAgent::InvalidWeightError

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

Instance Method Summary collapse

Constructor Details

#initialize(weight) ⇒ InvalidWeightError



60
61
62
# File 'lib/decision_agent/errors.rb', line 60

def initialize(weight)
  super("Weight must be between 0.0 and 1.0, got: #{weight}")
end