Home
last modified time | relevance | path

Searched refs:Mustache_Exception_SyntaxException (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php66 …* @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 tag
279 throw new Mustache_Exception_SyntaxException('Illegal content in < parent tag', $token);
H A DTokenizer.php87 * @throws Mustache_Exception_SyntaxException when mismatched section tags are encountered
184 throw new Mustache_Exception_SyntaxException($msg, $token);
197 throw new Mustache_Exception_SyntaxException($msg, $token);
264 * @throws Mustache_Exception_SyntaxException when delimiter string is invalid
285 throw new Mustache_Exception_SyntaxException($e->getMessage(), $token);
H A DCompiler.php78 * @throws Mustache_Exception_SyntaxException upon encountering unknown token types
177 …throw new Mustache_Exception_SyntaxException(sprintf('Unknown token type: %s', $node[Mustache_Toke…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DSyntaxException.php15 class Mustache_Exception_SyntaxException extends LogicException implements Mustache_Exception class