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