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