interface Runtime.ExceptionRevokedEventDataType
Usage in Deno
```typescript import { Runtime } from "node:node__inspector--promises.d.ts"; ```
reason: string
Reason describing why exception was revoked.
exceptionId: number
The id of revoked exception, as reported in
exceptionThrown
.