Class NotInLoopException

All Implemented Interfaces:
Serializable

public class NotInLoopException extends InterpretException
Exception thrown when `continue` or `break` is called outside of a loop
See Also: