Searched refs:Mustache_Exception_SyntaxException (Results 1 – 4 of 4) sorted by relevance
66 …* @throws Mustache_Exception_SyntaxException when nesting errors or mismatched section tags are en…115 throw new Mustache_Exception_SyntaxException($msg, $token);126 throw new Mustache_Exception_SyntaxException($msg, $token);187 throw new Mustache_Exception_SyntaxException($msg, $parent);271 * @throws Mustache_Exception_SyntaxException if an invalid token is found inside a parent tag279 throw new Mustache_Exception_SyntaxException('Illegal content in < parent tag', $token);
87 * @throws Mustache_Exception_SyntaxException when mismatched section tags are encountered184 throw new Mustache_Exception_SyntaxException($msg, $token);197 throw new Mustache_Exception_SyntaxException($msg, $token);264 * @throws Mustache_Exception_SyntaxException when delimiter string is invalid285 throw new Mustache_Exception_SyntaxException($e->getMessage(), $token);
78 * @throws Mustache_Exception_SyntaxException upon encountering unknown token types177 …throw new Mustache_Exception_SyntaxException(sprintf('Unknown token type: %s', $node[Mustache_Toke…
15 class Mustache_Exception_SyntaxException extends LogicException implements Mustache_Exception class