class Crinja::UndefinedError
- Crinja::UndefinedError
- Crinja::RuntimeError
- Crinja::Error
- Exception
- Reference
- Object
Defined in:
error.crConstructors
- .new(undefined : Undefined, msg = "", cause : Exception? = nil)
- .new(variable_name : String, msg = "", cause : Exception? = nil)
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=