Files
old-kitabcitab-frontend/kitabcitab/node_modules/next/dist/server/web/error.d.ts
2022-12-27 12:05:56 +01:00

12 lines
264 B
TypeScript

export declare class PageSignatureError extends Error {
constructor({ page }: {
page: string;
});
}
export declare class RemovedPageError extends Error {
constructor();
}
export declare class RemovedUAError extends Error {
constructor();
}