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