class Myst::ControlException

Overview

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.

Direct Known Subclasses

Defined in:

myst/interpreter/exceptions.cr

Instance Method Summary

Instance Method Detail

def caught=(caught : Bool) #

[View source]
def caught? : Bool #

[View source]