UNPKG

donobu

Version:

Create browser automations with an LLM agent and replay them as Playwright scripts.

12 lines 637 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GptPlatformInsufficientQuotaException = void 0; const DonobuException_1 = require("./DonobuException"); class GptPlatformInsufficientQuotaException extends DonobuException_1.DonobuException { constructor(gptPlatform) { super(`Usage quota for '${gptPlatform}' has been exceeded. This may happen if there is a lack of funds in the account`); this.gptPlatform = gptPlatform; } } exports.GptPlatformInsufficientQuotaException = GptPlatformInsufficientQuotaException; //# sourceMappingURL=GptPlatformInsufficientQuotaException.js.map