Skip to content

Instantly share code, notes, and snippets.

@omarkdev
Created February 27, 2020 17:05
Show Gist options
  • Save omarkdev/3fc10766c54b36d28c040f34c4ccc5a8 to your computer and use it in GitHub Desktop.
Save omarkdev/3fc10766c54b36d28c040f34c4ccc5a8 to your computer and use it in GitHub Desktop.
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