Skip to content

Instantly share code, notes, and snippets.

@jnizet
Created March 23, 2014 09:38
Show Gist options
  • Save jnizet/9720792 to your computer and use it in GitHub Desktop.
Save jnizet/9720792 to your computer and use it in GitHub Desktop.
try {
bar.libraryCall("hello", 1);
int i = 1;
if (i < 0) {
throw new NoSuchMethodError();
}
}
catch (NoSuchMethodError e) {
bar.libraryCall("hello");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment