Class QuitException

All Implemented Interfaces:
Serializable

public final class QuitException extends ControlFlowException
Controls breaking out of all executions and ending Truffle execution.
See Also:
  • Constructor Details

    • QuitException

      public QuitException()