declare class FileNotFoundException extends Error {
    constructor(message: any);
}

export { FileNotFoundException };
