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