@seamapi/nextlove-sdk-generator 1.19.7 → 1.19.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -87,8 +87,8 @@ class SeamClient
|
|
|
87
87
|
throw new HttpApiError($res_json->error, $status_code, $request_id);
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
throw
|
|
91
|
-
new
|
|
90
|
+
throw \\GuzzleHttp\\Exception\\RequestException::create(
|
|
91
|
+
new \\GuzzleHttp\\Psr7\\Request($method, $path),
|
|
92
92
|
$response
|
|
93
93
|
);
|
|
94
94
|
}
|
package/package.json
CHANGED
|
@@ -100,8 +100,8 @@ class SeamClient
|
|
|
100
100
|
throw new HttpApiError($res_json->error, $status_code, $request_id);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
throw
|
|
104
|
-
new
|
|
103
|
+
throw \\GuzzleHttp\\Exception\\RequestException::create(
|
|
104
|
+
new \\GuzzleHttp\\Psr7\\Request($method, $path),
|
|
105
105
|
$response
|
|
106
106
|
);
|
|
107
107
|
}
|