intercom-client
Version:
Official Node bindings to the Intercom API
12 lines (11 loc) • 405 B
JavaScript
;
// This file was auto-generated by Fern from our API Definition.
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntercomTimeoutError = void 0;
class IntercomTimeoutError extends Error {
constructor(message) {
super(message);
Object.setPrototypeOf(this, IntercomTimeoutError.prototype);
}
}
exports.IntercomTimeoutError = IntercomTimeoutError;