| 33 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException) |
| 34 | */ |
| 35 | declare class DOMException extends Error { |
| 36 | constructor(message?: string, name?: string); |
| 37 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/message) */ |
| 38 | readonly message: string; |
nothing calls this directly
no outgoing calls
no test coverage detected