Exception
public function noProgress() : bool { if ($this->noProgress === null) { throw new Exception(); } return $this->noProgress; }