class Myst::ControlException
- Myst::ControlException
- Exception
- Reference
- Object
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.