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