UNPKG

donobu

Version:

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

12 lines 509 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TooManyRequestsException = void 0; const DonobuException_1 = require("./DonobuException"); class TooManyRequestsException extends DonobuException_1.DonobuException { constructor(dependency) { super(`Too many requests to ${dependency}`, undefined, 429); this.dependency = dependency; } } exports.TooManyRequestsException = TooManyRequestsException; //# sourceMappingURL=TooManyRequestsException.js.map