UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

10 lines (9 loc) 236 B
/** * Error thrown when a fetch request fails * * @public exported from `@promptbook/core` */ export declare class PromptbookFetchError extends Error { readonly name = "PromptbookFetchError"; constructor(message: string); }