Skip to content

Instantly share code, notes, and snippets.

@mlshv
Last active March 1, 2019 09:12
Show Gist options
  • Save mlshv/bf7f8e7c868950849794c6f80c3f1e45 to your computer and use it in GitHub Desktop.
Save mlshv/bf7f8e7c868950849794c6f80c3f1e45 to your computer and use it in GitHub Desktop.
single variable example exception
try {
return someUnsafeAction();
} catch (e) {
console.error(e);
return `Error: ${e.message}`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment