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) 281 B
/** * AuthenticationError is thrown from login function which is dependency of remote server * * @public exported from `@promptbook/core` */ export declare class AuthenticationError extends Error { readonly name = "AuthenticationError"; constructor(message: string); }