Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php29 protected $errorCache = []; variable in Twig\\Loader\\FilesystemLoader
102 $this->cache = $this->errorCache = [];
123 $this->cache = $this->errorCache = [];
195 if (isset($this->errorCache[$name])) {
200 throw new LoaderError($this->errorCache[$name]);
216 …$this->errorCache[$name] = sprintf('There are no registered paths for namespace "%s".', $namespace…
222 throw new LoaderError($this->errorCache[$name]);
239 …$this->errorCache[$name] = sprintf('Unable to find template "%s" (looked into: %s).', $name, implo…
245 throw new LoaderError($this->errorCache[$name]);