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