MCPcopy Create free account
hub / github.com/cloudflare/computer /

Class

examples/container/worker-configuration.d.ts:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException)
39 */
40declare class DOMException extends Error {
41 constructor(message?: string, name?: string);
42 /**
43 * The **`message`** read-only property of the a message or description associated with the given error name.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected