interface Runtime.ExceptionRevokedEventDataType
Usage in Deno
import { type Runtime } from "node:inspector"; type { ExceptionRevokedEventDataType } = Runtime;
reason: string
Reason describing why exception was revoked.
exceptionId: number
The id of revoked exception, as reported in exceptionThrown
.