Skip to content

Instantly share code, notes, and snippets.

@aymericbouzy
Created March 26, 2020 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aymericbouzy/4da8e4df7f45d21eca264d64391c423c to your computer and use it in GitHub Desktop.
Save aymericbouzy/4da8e4df7f45d21eca264d64391c423c to your computer and use it in GitHub Desktop.
try {
thisMightFail();
} catch(error) {
handleError(error);
}
thisWillAlwaysRun();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment