Conexio amb la api
This commit is contained in:
parent
207c0ba819
commit
b12369cb47
48513 changed files with 7391639 additions and 7 deletions
11
node_modules/loader-runner/lib/LoaderLoadingError.js
generated
vendored
Executable file
11
node_modules/loader-runner/lib/LoaderLoadingError.js
generated
vendored
Executable 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue