class SSTemplateParseException extends Exception

This is the exception raised when failing to parse a template. Note that we don't currently do any static analysis, so we can't know if the template will run, just if it's malformed. It also won't catch mistakes that still look valid.

Methods

__construct($message, $parser)

No description

Details

at line 29
__construct($message, $parser)

Parameters

$message
$parser