errors.fyi community error code reference
StopIteration
ruby

StopIteration

Raised to signal that an external iterator has no more elements. Caught by Kernel#loop to terminate the loop cleanly.

References

โ† all namespaces for StopIteration