You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.orElseThrow(() -> newIllegalStateException("Unable to open resource: " + resourcePath));
185
-
} catch (IOExceptione) {
186
-
thrownewIllegalStateException("Unable to read methods metadata from " + resourcePath, e);
186
+
} catch (IOException | JsonSyntaxExceptione) {
187
+
thrownewIllegalStateException("Unable to read methods metadata from " + resourcePath + ". If the analysis has already experienced a fatal exception before, this " +
0 commit comments