first commit
This commit is contained in:
11
app_vue/node_modules/loader-runner/lib/LoaderLoadingError.js
generated
vendored
Normal file
11
app_vue/node_modules/loader-runner/lib/LoaderLoadingError.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
class LoadingLoaderError extends Error {
|
||||
constructor(message) {
|
||||
super(message);
|
||||
this.name = "LoaderRunnerError";
|
||||
Error.captureStackTrace(this, this.constructor);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = LoadingLoaderError;
|
Reference in New Issue
Block a user