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