"use strict";
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.SarvamAITimeoutError = void 0;
class SarvamAITimeoutError extends Error {
constructor(message) {
super(message);
Object.setPrototypeOf(this, SarvamAITimeoutError.prototype);
}
}
exports.SarvamAITimeoutError = SarvamAITimeoutError;