class Myst::BaseException

Direct Known Subclasses

Defined in:

myst/syntax/exceptions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(location : Myst::Location, message = "") #

[View source]

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.


[View source]
def location : Location #

[View source]
def location=(location : Location) #

[View source]