summaryrefslogtreecommitdiffstats
path: root/node_modules/loader-runner/lib/LoaderLoadingError.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/loader-runner/lib/LoaderLoadingError.js')
-rw-r--r--node_modules/loader-runner/lib/LoaderLoadingError.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/loader-runner/lib/LoaderLoadingError.js b/node_modules/loader-runner/lib/LoaderLoadingError.js
deleted file mode 100644
index fa1e54d..0000000
--- a/node_modules/loader-runner/lib/LoaderLoadingError.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"use strict";
-
-class LoadingLoaderError extends Error {
- constructor(message) {
- super(message);
- this.name = "LoaderRunnerError";
- Error.captureStackTrace(this, this.constructor);
- }
-}
-
-module.exports = LoadingLoaderError;