Expecting I/O error on import

pull/194/head
M66B 4 years ago
parent 796c002e78
commit 7cf74c9094

@ -1076,6 +1076,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
else { else {
boolean expected = boolean expected =
(ex instanceof IllegalArgumentException || (ex instanceof IllegalArgumentException ||
ex instanceof IOException ||
ex instanceof FileNotFoundException || ex instanceof FileNotFoundException ||
ex instanceof JSONException || ex instanceof JSONException ||
ex instanceof SecurityException); ex instanceof SecurityException);

Loading…
Cancel
Save