class Myst::BaseException
- Myst::BaseException
- Exception
- Reference
- Object
Direct Known Subclasses
Defined in:
myst/syntax/exceptions.crConstructors
Instance Method Summary
-
#backtrace?
For some reason, simply setting
@callstack
to nil kept showing the backtrace. - #location : Location
- #location=(location : Location)
Constructor Detail
Instance Method Detail
def backtrace?
#
For some reason, simply setting @callstack
to nil kept showing the
backtrace. This ensures that the returned backtrace will always be empty.