NoCustomCssFileException
public function coverageHtmlCustomCssFile() : string { if (!$this->hasCoverageHtmlCustomCssFile()) { throw new NoCustomCssFileException(); } return $this->coverageHtmlCustomCssFile; }