functionTimeoutErrorImpl(){Error.call(this);this.message='Timeout has occurred';this.name='TimeoutError';returnthis;}TimeoutErrorImpl.prototype=Object.create(Error.prototype);exportconstTimeoutError=TimeoutErrorImpl;//# sourceMappingURL=TimeoutError.js.map