NoCacheDirectoryException
public function cacheDirectory() : string { if (!$this->hasCacheDirectory()) { throw new NoCacheDirectoryException(); } return $this->cacheDirectory; }