puppeteer/new-docs/puppeteer.protocol.runtime.exceptionrevokedevent.md
2020-07-13 14:01:35 +01:00

22 lines
917 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [ExceptionRevokedEvent](./puppeteer.protocol.runtime.exceptionrevokedevent.md)
## Protocol.Runtime.ExceptionRevokedEvent interface
Issued when unhandled exception was revoked.
<b>Signature:</b>
```typescript
export interface ExceptionRevokedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [exceptionId](./puppeteer.protocol.runtime.exceptionrevokedevent.exceptionid.md) | [integer](./puppeteer.protocol.integer.md) | The id of revoked exception, as reported in <code>exceptionThrown</code>. |
| [reason](./puppeteer.protocol.runtime.exceptionrevokedevent.reason.md) | string | Reason describing why exception was revoked. |