Searched refs:errorCache (Results 1 – 1 of 1) sorted by relevance
32 protected $errorCache = []; variable in Twig\\Loader\\FilesystemLoader95 $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]);