job = $job; $this->exception = $exception; } public function getJob(): Job { return $this->job; } public function getException(): Exception { return $this->exception; } }