UNPKG

85 BTypeScriptView Raw
1export declare class NotFoundError extends Error {
2 constructor(error: string);
3}