[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExceptionRevokedEvent](./puppeteer.protocol.runtime.exceptionrevokedevent.md) > [exceptionId](./puppeteer.protocol.runtime.exceptionrevokedevent.exceptionid.md) ## Protocol.Runtime.ExceptionRevokedEvent.exceptionId property The id of revoked exception, as reported in `exceptionThrown`. Signature: ```typescript exceptionId: integer; ```