UNPKG

@nestjs/microservices

Version:

Nest - modern, fast, powerful node.js web framework (@microservices)

10 lines (9 loc) 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CorruptedPacketLengthException = void 0; class CorruptedPacketLengthException extends Error { constructor(rawContentLength) { super(`Corrupted length value "${rawContentLength}" supplied in a packet`); } } exports.CorruptedPacketLengthException = CorruptedPacketLengthException;