Skip to content

Commit 933cd1f

Browse files
committed
Catching all the exceptions.
YM-15454
1 parent ae1cc96 commit 933cd1f

File tree

1 file changed

+1
-1
lines changed
  • yoti-sdk/src/main/java/com/yoti/mobile/android/sdk/kernelSDK

1 file changed

+1
-1
lines changed

yoti-sdk/src/main/java/com/yoti/mobile/android/sdk/kernelSDK/KernelSDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void processShareResult(@NonNull Scenario currentScenario, @NonNull ICall
6161
YotiSDKLogger.warning("ICallbackBackendListener is null");
6262
}
6363

64-
} catch (IOException e) {
64+
} catch (Exception e) {
6565
if (listener != null) {
6666
listener.onError(-1, e, null);
6767
} else {

0 commit comments

Comments
 (0)