All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.LoaderLoadingError.js Maven / Gradle / Ivy

The newest version!
"use strict";

class LoadingLoaderError extends Error {
	constructor(message) {
		super(message);
		this.name = "LoaderRunnerError";
		Error.captureStackTrace(this, this.constructor);
	}
}

module.exports = LoadingLoaderError;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy