[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExceptionRevokedEvent](./puppeteer.protocol.runtime.exceptionrevokedevent.md) ## Protocol.Runtime.ExceptionRevokedEvent interface Issued when unhandled exception was revoked. Signature: ```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 exceptionThrown. | | [reason](./puppeteer.protocol.runtime.exceptionrevokedevent.reason.md) | string | Reason describing why exception was revoked. |