MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException)
48 */
49declare class DOMException extends Error {
50 constructor(message?: string, name?: string);
51 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/message) */
52 readonly message: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected