C# Class CompiledHandlebars.Compiler.HandlebarsTypeError

Inheritance: HandlebarsException
Show file Open project: Noxum/CompiledHandlebars

Public Methods

Method Description
HandlebarsTypeError ( string message, HandlebarsTypeErrorKind kind, int line, int column ) : System

Method Details

HandlebarsTypeError() public method

public HandlebarsTypeError ( string message, HandlebarsTypeErrorKind kind, int line, int column ) : System
message string
kind HandlebarsTypeErrorKind
line int
column int
return System