Browse Source

mention UnknownTemplateException in loader interface

Justin Hileman 13 năm trước cách đây
mục cha
commit
5fcd9f6d25
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/Mustache/Loader.php

+ 2 - 0
src/Mustache/Loader.php

@@ -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