@trophyso/node
Version:
NodeJS SDK for the Trophy API
14 lines (13 loc) • 413 B
JavaScript
;
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TrophyApiTimeoutError = void 0;
class TrophyApiTimeoutError extends Error {
constructor() {
super("Timeout");
Object.setPrototypeOf(this, TrophyApiTimeoutError.prototype);
}
}
exports.TrophyApiTimeoutError = TrophyApiTimeoutError;