class Marten::Template::Errors::InvalidSyntax
- Marten::Template::Errors::InvalidSyntax
- Exception
- Reference
- Object
Overview
Represents an error raised if a syntax error is detected when parsing a template.
Defined in:
marten/template/errors.crInstance Method Summary
- #filepath : String | Nil
- #filepath=(filepath : String | Nil)
- #source : String | Nil
- #source=(source : String | Nil)
- #token : Parser::Token | Nil
- #token=(token : Parser::Token | Nil)