[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [\_handleException](./puppeteer.page._handleexception.md)
## Page.\_handleException() method
Signature:
```typescript
_handleException(exceptionDetails: Protocol.Runtime.ExceptionDetails): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| exceptionDetails | Protocol.Runtime.ExceptionDetails | |
Returns:
void