Exception
public function cacheResultFile() : string { if (!$this->hasCacheResultFile()) { throw new Exception(); } return $this->cacheResultFile; }