Searched refs:Mustache_Exception_RuntimeException (Results 1 – 6 of 6) sorted by relevance
94 * @throws Mustache_Exception_RuntimeException If unable to create directory113 …throw new Mustache_Exception_RuntimeException(sprintf('Failed to create cache directory "%s".', $d…124 * @throws Mustache_Exception_RuntimeException If unable to write file158 …throw new Mustache_Exception_RuntimeException(sprintf('Failed to write cache file "%s".', $fileNam…
43 * @throws Mustache_Exception_RuntimeException if $baseDir does not exist57 …throw new Mustache_Exception_RuntimeException(sprintf('FilesystemLoader baseDir must be a director…
47 * @throws Mustache_Exception_RuntimeException if $baseDir does not exist.
115 * @throws Mustache_Exception_RuntimeException If the stream url cannot be opened131 …throw new Mustache_Exception_RuntimeException(sprintf('The stream or file "%s" could not be opened…
15 class Mustache_Exception_RuntimeException extends RuntimeException implements Mustache_Exception class
336 * @throws Mustache_Exception_RuntimeException If the current Loader instance is immutable347 …throw new Mustache_Exception_RuntimeException('Unable to set partials on an immutable Mustache Loa…