Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
loader-runner
/
lib
📤 Upload
📝 New File
📁 New Folder
Close
Editing: LoaderLoadingError.js
"use strict"; class LoadingLoaderError extends Error { constructor(message) { super(message); this.name = "LoaderRunnerError"; Error.captureStackTrace(this, this.constructor); } } module.exports = LoadingLoaderError;
Save
Cancel