MCPcopy Create free account
hub / github.com/adobe/Marinus /

Class

web_server/config/error.js:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 * return Promise.reject(new custom_errors.IncorrectOrMissingRequestParameter('YourErrorMessage'));
26 */
27class IncorrectOrMissingRequestParameter extends Error {
28 constructor(message) {
29 super();
30 Error.captureStackTrace(this, this.constructor);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected