UNPKG

@creditkarma/thrift-server-core

Version:
11 lines 387 B
"use strict"; 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