errors.fyi community error code reference
LocalJumpError
ruby

LocalJumpError

Raised when a return, break, or next is used in an invalid context, such as calling a stored Proc after the enclosing method has returned.

References

โ† all namespaces for LocalJumpError