mention UnknownTemplateException in loader interface

This commit is contained in:
Justin Hileman
2013-01-20 15:52:21 -08:00
parent a20068657e
commit 5fcd9f6d25
+2
View File
@@ -18,6 +18,8 @@ interface Mustache_Loader
/**
* Load a Template by name.
*
* @throws Mustache_Exception_UnknownTemplateException If a template file is not found.
*
* @param string $name
*
* @return string Mustache Template source