Skip to content

Commit

Permalink
Revert "pass ex as cause"
Browse files Browse the repository at this point in the history
This reverts commit 37e8d4b.
  • Loading branch information
bennycao committed Jan 2, 2024
1 parent 37e8d4b commit 522f7bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public class SecureCredentialsManager @VisibleForTesting(otherwise = VisibleForT
try {
bridgeCredentials = gson.fromJson(json, OptionalCredentials::class.java)
} catch (ex: NullPointerException) {
callback.onFailure(CredentialsManagerException("Credentials could not be retrieved.", ex))
callback.onFailure(CredentialsManagerException("Credentials could not be retrieved."))
decryptCallback = null
return@execute
}
Expand Down

0 comments on commit 522f7bc

Please sign in to comment.