donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
7 lines • 336 B
TypeScript
import { DonobuException } from './DonobuException';
export declare class FlowNotFoundException extends DonobuException {
private constructor();
static forId(flowId?: string | null): FlowNotFoundException;
static forName(flowName?: string | null): FlowNotFoundException;
}
//# sourceMappingURL=FlowNotFoundException.d.ts.map