struct

Term2::WithoutCatchPanics

Inherits Term2::ProgramOption < Struct < Value < Object

Disables automatic panic (exception) recovery.

By default, Term2 catches exceptions and attempts to restore terminal state before re-raising. Use this to disable that behavior.

Instance methods

apply(program : Program) : Nil

Apply this option to a program instance.

Source