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 561f105 commit 65aff58Copy full SHA for 65aff58
src/main/java/com/cryptomarket/sdk/rest/HttpClientImpl.java
@@ -282,6 +282,7 @@ private String makeRequest(HttpUriRequest request) throws CryptomarketSDKExcepti
282
try {
283
response.close();
284
} catch (IOException e) {
285
+ throw new CryptomarketSDKException("unable to close api response. " + e.getMessage(), e);
286
}
287
if (isSuccessful)
288
return responseBody;
0 commit comments