How to use the nested-error-stacks.apply function in nested-error-stacks

To help you get started, we’ve selected a few nested-error-stacks examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SOHU-Co / kafka-node / lib / errors / InvalidConsumerOffsetError.js View on Github external
const InvalidConsumerOffsetError = function (message, nested) {
  NestedError.apply(this, arguments);
};

nested-error-stacks

An Error subclass that will chain nested Errors and dump nested stacktraces

MIT
Latest version published 2 years ago

Package Health Score

67 / 100
Full package analysis