Skip to content

Commit

Permalink
[ES-877]
Browse files Browse the repository at this point in the history
Signed-off-by: Venkata Saidurga Polamraju <[email protected]>
  • Loading branch information
pvsaidurga committed Mar 25, 2024
1 parent 7f4c2d8 commit 91dbc42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public VCResult<JsonLDObject> getVerifiableCredentialWithLinkedDataProof(VCReque
ErrorConstants.DATA_EXCHANGE_FAILED : responseWrapper.getErrors().get(0).getErrorCode());
}
log.error("Error response received from IDA (VCI-exchange) with status : {}", responseEntity.getStatusCode());
} catch (Exception e) {
} catch (VCIExchangeException e) { throw e; } catch (Exception e) {
log.error("IDA Vci-exchange failed ", e);
}
throw new VCIExchangeException();
Expand Down

0 comments on commit 91dbc42

Please sign in to comment.