@creditkarma/thrift-server-core
Version:
Thrift core library in TypeScript
11 lines • 387 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.InputBufferUnderrunError = void 0;
class InputBufferUnderrunError extends Error {
constructor(message) {
super(message);
this.name = 'InputBufferUnderrunError';
}
}
exports.InputBufferUnderrunError = InputBufferUnderrunError;
//# sourceMappingURL=InputBufferUnderrunError.js.map
;