command = $command; $this->error = $error; parent::__construct("Failed to run command. Returned: {$error}", $code, $previous); } public function getCommand(): string { return $this->command; } public function getError(): string { return $this->error; } }