UNPKG

donobu

Version:

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

12 lines 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GptPlatformNotReachableException = void 0; const DonobuException_1 = require("./DonobuException"); class GptPlatformNotReachableException extends DonobuException_1.DonobuException { constructor(gptPlatform) { super(`Unable to reach the '${gptPlatform}' GPT platform; check internet connectivity.`); this.gptPlatform = gptPlatform; } } exports.GptPlatformNotReachableException = GptPlatformNotReachableException; //# sourceMappingURL=GptPlatformNotReachableException.js.map