Exception
public function noLogging() : bool { if (!$this->hasNoLogging()) { throw new Exception(); } return $this->noLogging; }