class
Crinja::TemplateSyntaxError
- Crinja::TemplateSyntaxError
- Crinja::TemplateError
- Crinja::Error
- Exception
- Reference
- Object
Defined in:
error.crConstructor methods inherited from class Crinja::TemplateError
new(token : Parser::Token, cause : Exception | Nil = nil, template = nil)new(message : String | Nil = nil, cause = nil)
new(token : Parser::Token, message : String | Nil = nil, cause = nil, template = nil)
new(node : AST::ASTNode, message : String | Nil = nil, cause = nil, template = nil) new
Instance methods inherited from class Crinja::Error
at(location_start : Crinja::Parser::StreamPosition | Nil, location_end : Crinja::Parser::StreamPosition | Nil)at(node) at, has_location? has_location?, location_end : Parser::StreamPosition | Nil location_end, location_start : Parser::StreamPosition | Nil location_start, template : Template | Nil template, template=(template : Template | Nil) template=