Searched refs:Mustache_Exception_UnknownTemplateException (Results 1 – 8 of 8) sorted by relevance
51 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found62 } catch (Mustache_Exception_UnknownTemplateException $e) {67 throw new Mustache_Exception_UnknownTemplateException($name);
44 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found53 throw new Mustache_Exception_UnknownTemplateException($name);
70 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found.81 throw new Mustache_Exception_UnknownTemplateException($name);
90 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found101 throw new Mustache_Exception_UnknownTemplateException($name);
91 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found102 throw new Mustache_Exception_UnknownTemplateException($name);
20 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found
678 throw new Mustache_Exception_UnknownTemplateException($name);682 } catch (Mustache_Exception_UnknownTemplateException $e) {
15 class Mustache_Exception_UnknownTemplateException extends InvalidArgumentException implements Musta… class