[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ExceptionThrownEvent](./puppeteer.protocol.runtime.exceptionthrownevent.md) ## Protocol.Runtime.ExceptionThrownEvent interface Issued when exception was thrown and unhandled. Signature: ```typescript export interface ExceptionThrownEvent ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [exceptionDetails](./puppeteer.protocol.runtime.exceptionthrownevent.exceptiondetails.md) | [ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) | | | [timestamp](./puppeteer.protocol.runtime.exceptionthrownevent.timestamp.md) | [Timestamp](./puppeteer.protocol.runtime.timestamp.md) | Timestamp of the exception. |