source:
trip-planner-front/node_modules/external-editor/main/errors/CreateFileError.d.ts
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 203 bytes |
Line | |
---|---|
1 | /*** |
2 | * Node External Editor |
3 | * |
4 | * Kevin Gravier <kevin@mrkmg.com> |
5 | * MIT 2018 |
6 | */ |
7 | export declare class CreateFileError extends Error { |
8 | originalError: Error; |
9 | constructor(originalError: Error); |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.