class Crinja::UndefinedError

Defined in:

error.cr

Constructors

Instance Method Summary

Instance methods inherited from class Crinja::Error

at(location_start : Crinja::Parser::StreamPosition?, location_end : Crinja::Parser::StreamPosition?)
at(node)
at
, has_location? has_location?, location_end : Parser::StreamPosition? location_end, location_start : Parser::StreamPosition? location_start, template : Template? template, template=(template : Template?) template=

Instance methods inherited from module Crinja::SourceAttached

highlight_source_code(io, lines_before = 2, lines_after = 2) highlight_source_code, message message, message_location(io) message_location

Constructor Detail

def self.new(undefined : Undefined, msg = "", cause : Exception? = nil) #

[View source]
def self.new(variable_name : String, msg = "", cause : Exception? = nil) #

[View source]

Instance Method Detail

def message #

[View source]
def variable_name : String #

[View source]