Searched refs:Mustache_Exception_InvalidArgumentException (Results 1 – 8 of 8) sorted by relevance
68 * @throws Mustache_Exception_InvalidArgumentException if the logging level is unknown75 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Unexpected logging level: %s', $lev…94 * @throws Mustache_Exception_InvalidArgumentException if the logging level is unknown103 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Unexpected logging level: %s', $lev…
138 * @throws Mustache_Exception_InvalidArgumentException If `escape` option is not callable146 …throw new Mustache_Exception_InvalidArgumentException('Mustache Constructor "template_class_prefix…185 …throw new Mustache_Exception_InvalidArgumentException('Mustache Constructor "escape" option must b…214 … throw new Mustache_Exception_InvalidArgumentException(sprintf('Unknown pragma: "%s".', $pragma));360 … * @throws Mustache_Exception_InvalidArgumentException if $helpers is not an array or Traversable367 … throw new Mustache_Exception_InvalidArgumentException('setHelpers expects an array of helpers');449 …* @throws Mustache_Exception_InvalidArgumentException If logger is not an instance of Mustache_Log…456 …throw new Mustache_Exception_InvalidArgumentException('Expected an instance of Mustache_Logger or …
24 …* @throws Mustache_Exception_InvalidArgumentException if the $helpers argument isn't an array or T…35 …throw new Mustache_Exception_InvalidArgumentException('HelperCollection constructor expects an arr…
153 * @throws Mustache_Exception_InvalidArgumentException if given an invalid anchored dot $id164 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Unexpected id for findAnchoredDot: …
88 * @throws Mustache_Exception_InvalidArgumentException when $delimiters string is invalid284 } catch (Mustache_Exception_InvalidArgumentException $e) {296 * @throws Mustache_Exception_InvalidArgumentException when delimiter string is invalid303 …throw new Mustache_Exception_InvalidArgumentException(sprintf('Invalid delimiters: %s', $delimiter…
76 … throw new Mustache_Exception_InvalidArgumentException('InlineLoader expects a valid filename.');80 …throw new Mustache_Exception_InvalidArgumentException('InlineLoader expects a valid file offset.');
15 class Mustache_Exception_InvalidArgumentException extends InvalidArgumentException implements Musta… class
41 …throw new Mustache_Exception_InvalidArgumentException('Expected an instance of Mustache_Logger or …