@fullstory/server-api-client
Version:
The official FullStory server API client SDK for NodeJS.
11 lines • 369 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FSTimeoutError = void 0;
const base_1 = require("./base");
class FSTimeoutError extends base_1.FSBaseError {
constructor(msg, cause) {
super(base_1.FSErrorName.ERROR_TIMEOUT, msg, cause);
}
}
exports.FSTimeoutError = FSTimeoutError;
//# sourceMappingURL=timeout.js.map