class Marten::Template::Errors::InvalidSyntax

Overview

Represents an error raised if a syntax error is detected when parsing a template.

Defined in:

marten/template/errors.cr

Instance Method Summary

Instance Method Detail

def filepath : String | Nil #

[View source]
def filepath=(filepath : String | Nil) #

[View source]
def source : String | Nil #

[View source]
def source=(source : String | Nil) #

[View source]
def token : Parser::Token | Nil #

[View source]
def token=(token : Parser::Token | Nil) #

[View source]