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