class Crustache::ParseError

Defined in:

crustache/parse_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(msg : String, filename : String, row : Int32) #

[View source]

Instance Method Detail

def filename : String #

[View source]
def message #

[View source]
def row : Int32 #

[View source]