We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc47a9 commit 9b8a633Copy full SHA for 9b8a633
modules/swagger-codegen/src/main/resources/php/ApiClient.mustache
@@ -246,7 +246,7 @@ class ApiClient
246
247
throw new ApiException(
248
"[".$response_info['http_code']."] Error connecting to the API ($url)",
249
- $response_info['http_code'], $http_header, $http_body
+ $response_info['http_code'], $http_header, $data
250
);
251
}
252
return array($data, $http_header);
0 commit comments