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