Created
March 26, 2020 20:20
-
-
Save aymericbouzy/4da8e4df7f45d21eca264d64391c423c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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