spur-errors

Common error builder utility for Node.js. Contains common error types, and stack trace tracking to support more detailed error messages.

errr

Error factory with the ability to append stack traces from previous errors, as well as appending debug params to stack traces. Great if you want one appended stack trace that defines the error at many levels of your code. This concept works wonders when