1.0.6 • Published 6 years ago

extend-err v1.0.6

Weekly downloads
134
License
ISC
Repository
github
Last release
6 years ago

CircleCI

codecov

extend-err

TODO: description

Usage

$ yarn add extend-err
$ npm i -S extend-err

example

class CustomError extends ExtendErr implements CustomErrorInterface {
  constructor(message?: string | Error, error?: Error) {
    super(message, error);

    this.name = new.target.name;
    Object.setPrototypeOf(this, new.target.prototype);
  }
}

https://github.com/YasushiKobayashi/js-modules/blob/master/src/extend-err/src/extend-err.spec.ts

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago