source: trip-planner-front/node_modules/external-editor/main/errors/RemoveFileError.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 203 bytes
Line 
1/***
2 * Node External Editor
3 *
4 * Kevin Gravier <kevin@mrkmg.com>
5 * MIT 2018
6 */
7export declare class RemoveFileError extends Error {
8 originalError: Error;
9 constructor(originalError: Error);
10}
Note: See TracBrowser for help on using the repository browser.