| 38 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException) |
| 39 | */ |
| 40 | declare 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. |
nothing calls this directly
no outgoing calls
no test coverage detected