Home
last modified time | relevance | path

Searched refs:Mustache_Exception_UnknownTemplateException (Results 1 – 8 of 8) sorted by relevance

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DCascadingLoader.php51 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found
62 } catch (Mustache_Exception_UnknownTemplateException $e) {
67 throw new Mustache_Exception_UnknownTemplateException($name);
H A DArrayLoader.php44 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found
53 throw new Mustache_Exception_UnknownTemplateException($name);
H A DProductionFilesystemLoader.php70 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found.
81 throw new Mustache_Exception_UnknownTemplateException($name);
H A DInlineLoader.php90 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found
101 throw new Mustache_Exception_UnknownTemplateException($name);
H A DFilesystemLoader.php91 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found
102 throw new Mustache_Exception_UnknownTemplateException($name);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DLoader.php20 * @throws Mustache_Exception_UnknownTemplateException If a template file is not found
H A DEngine.php678 throw new Mustache_Exception_UnknownTemplateException($name);
682 } catch (Mustache_Exception_UnknownTemplateException $e) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownTemplateException.php15 class Mustache_Exception_UnknownTemplateException extends InvalidArgumentException implements Musta… class