Myst::ControlException
Inherits Exception / Reference / Object
ControlExceptions are implementation-level exceptions used by the interpreter, not meant for use in language-level code.
Any exception raised inside of the language (via raise or by the
interpreter) will be a descendant of RuntimeError.
Instance methods
caught?
Source