diff options
Diffstat (limited to 'node_modules/simple-git/src/lib/errors/task-configuration-error.d.ts')
-rw-r--r-- | node_modules/simple-git/src/lib/errors/task-configuration-error.d.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/simple-git/src/lib/errors/task-configuration-error.d.ts b/node_modules/simple-git/src/lib/errors/task-configuration-error.d.ts deleted file mode 100644 index 9f8a957..0000000 --- a/node_modules/simple-git/src/lib/errors/task-configuration-error.d.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { GitError } from './git-error'; -/** - * The `TaskConfigurationError` is thrown when a command was incorrectly - * configured. An error of this kind means that no attempt was made to - * run your command through the underlying `git` binary. - * - * Check the `.message` property for more detail on why your configuration - * resulted in an error. - */ -export declare class TaskConfigurationError extends GitError { - constructor(message?: string); -} |