minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / util / ArgumentOutOfRangeError.js
1 const ArgumentOutOfRangeErrorImpl = (() => {
2     function ArgumentOutOfRangeErrorImpl() {
3         Error.call(this);
4         this.message = 'argument out of range';
5         this.name = 'ArgumentOutOfRangeError';
6         return this;
7     }
8     ArgumentOutOfRangeErrorImpl.prototype = Object.create(Error.prototype);
9     return ArgumentOutOfRangeErrorImpl;
10 })();
11 export const ArgumentOutOfRangeError = ArgumentOutOfRangeErrorImpl;
12 //# sourceMappingURL=ArgumentOutOfRangeError.js.map