UNPKG

file-cms

Version:

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

10 lines (9 loc) 255 B
export declare class FileNotFoundError extends Error { private _rootDir; private _path; private _cause; constructor(rootDir: string, path: string, cause: Error); get rootDir(): string; get path(): string; get cause(): Error; }