blob: a6402e4124c726cad605aa3aead3063ced484d31 [file] [log] [blame]
/***
* Node External Editor
*
* Kevin Gravier <kevin@mrkmg.com>
* MIT 2018
*/
export declare class RemoveFileError extends Error {
originalError: Error;
constructor(originalError: Error);
}