Created
February 27, 2020 17:05
-
-
Save omarkdev/3fc10766c54b36d28c040f34c4ccc5a8 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 { | |
throw new Error('Useless Error'); | |
} catch { | |
console.log('Ignoring the exception'); | |
} | |
// Ignoring the exception |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment