Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Loader/
DFilesystemLoader.php32 protected $errorCache = []; variable in Twig\\Loader\\FilesystemLoader
95 $this->cache = $this->errorCache = [];
111 $this->cache = $this->errorCache = [];
184 if (isset($this->errorCache[$name])) {
189 throw new LoaderError($this->errorCache[$name]);
205 …$this->errorCache[$name] = \sprintf('There are no registered paths for namespace "%s".', $namespac…
211 throw new LoaderError($this->errorCache[$name]);
228 …$this->errorCache[$name] = \sprintf('Unable to find template "%s" (looked into: %s).', $name, impl…
234 throw new LoaderError($this->errorCache[$name]);