UNPKG

file-cms

Version:

File based Content Management System, easy to use with content stored in native file system

12 lines (11 loc) 308 B
export declare class NotFoundError extends Error { private _rootDir; private _type; private _slug; private _cause; constructor(rootDir: string, type: string, slug: string, cause: Error); get rootDir(): string; get type(): string; get slug(): string; get cause(): Error; }