Skip to content

Instantly share code, notes, and snippets.

@ide
Last active November 17, 2020 18:56
Show Gist options
  • Save ide/f24aff7211caf017ac5731404ea2daa6 to your computer and use it in GitHub Desktop.
Save ide/f24aff7211caf017ac5731404ea2daa6 to your computer and use it in GitHub Desktop.
Custom error subclasses in JavaScript (2020)
class CustomError extends Error {}
CustomError.prototype.name = CustomError.name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment