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