class Taro::Compiler::BaseException

Direct Known Subclasses

Defined in:

compiler/exceptions.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def inspect_with_backtrace(io : IO) #

[View source]
def location : Location #

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

[View source]