MCPcopy Create free account
hub / github.com/apache/maka /

Class

packages/core/src/request-customization.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35const UNSAFE_OBJECT_KEYS = new Set(['__proto__', 'constructor', 'prototype']);
36
37export class RequestCustomizationValidationError extends Error {
38 constructor(message: string) {
39 super(message);
40 this.name = 'RequestCustomizationValidationError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected