Exception: ConvenientService::Support::FiniteLoop::Exceptions::MaxIterationCountExceeded
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- ConvenientService::Support::FiniteLoop::Exceptions::MaxIterationCountExceeded
- Defined in:
- lib/convenient_service/support/finite_loop.rb
Instance Method Summary collapse
Methods inherited from Exception
Instance Method Details
#initialize_with_kwargs(limit:) ⇒ void
This method returns an undefined value.
17 18 19 20 21 22 23 24 25 |
# File 'lib/convenient_service/support/finite_loop.rb', line 17 def initialize_with_kwargs(limit:) = <<~TEXT Max iteration count is exceeded. Current limit is #{limit}. Consider using `max_iteration_count` or `raise_on_exceedance` options if that is not the expected behavior. TEXT initialize() end |