UNPKG

@rudderstack/integrations-lib

Version:
5 lines 205 B
import { BaseError } from './base'; export declare class ThrottledError extends BaseError { constructor(message: string, destResponse?: any | undefined); } //# sourceMappingURL=throttled_error.d.ts.map