exitCode = $exitCode; } /** * Get the exit code from the failed process * * @return int Exit code */ public function getExitCode(): int { return $this->exitCode; } }