functionArgumentOutOfRangeErrorImpl(){Error.call(this);this.message='argument out of range';this.name='ArgumentOutOfRangeError';returnthis;}ArgumentOutOfRangeErrorImpl.prototype=Object.create(Error.prototype);exportconstArgumentOutOfRangeError=ArgumentOutOfRangeErrorImpl;//# sourceMappingURL=ArgumentOutOfRangeError.js.map