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