class Taro::Compiler::ParseError

Defined in:

compiler/exceptions.cr

Constructors

Instance methods inherited from class Taro::Compiler::BaseException

inspect_with_backtrace(io : IO) inspect_with_backtrace, location : Location location, location=(location : Location) location=

Constructor methods inherited from class Taro::Compiler::BaseException

new(location : Taro::Compiler::Location, message = "") new

Constructor Detail

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

[View source]