Exception
public function teamCityPrinter() : bool { if (!$this->hasTeamCityPrinter()) { throw new Exception(); } return $this->teamCityPrinter; }