UNPKG

135 BTypeScriptView Raw
1/**
2 * @publicApi
3 */
4export declare class CorruptedPacketLengthException extends Error {
5 constructor(rawContentLength: string);
6}