class Liquid::SyntaxError

Overview

Exception raised on syntax errors.

Defined in:

liquid/exceptions.cr

Instance Method Summary

Instance Method Detail

def line_number : Int32 #

Line number where the syntax error was found.


[View source]
def line_number=(line_number : Int32) #

Line number where the syntax error was found.


[View source]