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.php29 protected $errorCache = []; variable in Twig\\Loader\\FilesystemLoader
102 $this->cache = $this->errorCache = [];
123 $this->cache = $this->errorCache = [];
200 if (isset($this->errorCache[$name])) {
205 throw new LoaderError($this->errorCache[$name]);
221 …$this->errorCache[$name] = sprintf('There are no registered paths for namespace "%s".', $namespace…
227 throw new LoaderError($this->errorCache[$name]);
244 …$this->errorCache[$name] = sprintf('Unable to find template "%s" (looked into: %s).', $name, implo…
250 throw new LoaderError($this->errorCache[$name]);