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