UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

8 lines 291 B
export class ArgumentOutOfRangeError extends Error { constructor() { super('argument out of range'); this.name = 'ArgumentOutOfRangeError'; Object.setPrototypeOf(this, ArgumentOutOfRangeError.prototype); } } //# sourceMappingURL=ArgumentOutOfRangeError.js.map