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