2022-07-05 13:41:43 +00:00
---
2024-02-02 12:15:20 +00:00
sidebar_label: PuppeteerError
2022-07-05 13:41:43 +00:00
---
2024-02-02 12:15:20 +00:00
# PuppeteerError class
2022-07-05 13:41:43 +00:00
2024-02-02 12:15:20 +00:00
The base class for all Puppeteer-specific errors
2022-10-06 14:21:24 +00:00
2022-10-24 07:07:05 +00:00
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
2024-02-02 12:15:20 +00:00
export declare class PuppeteerError extends Error
2022-07-05 13:41:43 +00:00
```
**Extends:** Error
2022-10-06 14:21:24 +00:00
## Remarks
2022-07-05 13:41:43 +00:00
2024-02-02 12:15:20 +00:00
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `PuppeteerError` class.