mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
914 B
Markdown
22 lines
914 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```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. |
|
|
|