UNPKG

@promptbook/remote-client

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

11 lines (10 loc) 380 B
import type { chococake } from '../utils/organization/really_any'; /** * This error type indicates that somewhere in the code non-Error object was thrown and it was wrapped into the `WrappedError` * * @public exported from `@promptbook/core` */ export declare class WrappedError extends Error { readonly name = "WrappedError"; constructor(whatWasThrown: chococake); }