Searched refs:Mustache_Exception_UnknownHelperException (Results 1 – 2 of 2) sorted by relevance
84 * @throws Mustache_Exception_UnknownHelperException If helper does not exist93 throw new Mustache_Exception_UnknownHelperException($name);140 * @throws Mustache_Exception_UnknownHelperException if the requested helper is not present147 throw new Mustache_Exception_UnknownHelperException($name);
15 class Mustache_Exception_UnknownHelperException extends InvalidArgumentException implements Mustach… class