Skip to content

Instantly share code, notes, and snippets.

@noeRls
noeRls / nodejs-custom-es6-errors.md
Created July 3, 2019 12:37 — forked from slavafomin/nodejs-custom-es6-errors.md
Custom ES6 errors in Node.js

Here's how you could create custom error classes in Node.js using latest ES6 / ES2015 syntax.

I've tried to make it as lean and unobtrusive as possible.

Defining our own base class for errors

errors/AppError.js