puppeteer/new-docs/puppeteer.page._handleexception.md

23 lines
561 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Page](./puppeteer.page.md) &gt; [\_handleException](./puppeteer.page._handleexception.md)
## Page.\_handleException() method
<b>Signature:</b>
```typescript
_handleException(exceptionDetails: Protocol.Runtime.ExceptionDetails): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| exceptionDetails | Protocol.Runtime.ExceptionDetails | |
<b>Returns:</b>
void