芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/loader-runner/lib/LoaderLoadingError.js
"use strict"; class LoadingLoaderError extends Error { constructor(message) { super(message); this.name = "LoaderRunnerError"; Error.captureStackTrace(this, this.constructor); } } module.exports = LoadingLoaderError;