Exception: DeepAgents::MaxIterationsError
- Defined in:
- lib/deepagents/errors.rb
Overview
Error raised when the maximum number of iterations is reached
Instance Method Summary collapse
-
#initialize(iterations) ⇒ MaxIterationsError
constructor
A new instance of MaxIterationsError.
Constructor Details
#initialize(iterations) ⇒ MaxIterationsError
76 77 78 |
# File 'lib/deepagents/errors.rb', line 76 def initialize(iterations) super("Maximum number of iterations (#{iterations}) reached") end |