Exception: DeepAgentsRb::MaxIterationsError

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

Overview

Error raised when the maximum number of iterations is reached

Instance Method Summary collapse

Constructor Details

#initialize(iterations) ⇒ MaxIterationsError



76
77
78
# File 'lib/deepagents/deepagentsrb/errors.rb', line 76

def initialize(iterations)
  super("Maximum number of iterations (#{iterations}) reached")
end