2022-10-14 12:54:46 +00:00
---
2024-02-05 10:22:00 +00:00
sidebar_label: PuppeteerError
2022-10-14 12:54:46 +00:00
---
2024-02-05 10:22:00 +00:00
# PuppeteerError class
2022-10-14 12:54:46 +00:00
2024-02-05 10:22:00 +00:00
The base class for all Puppeteer-specific errors
2022-10-14 12:54:46 +00:00
2022-10-24 14:31:12 +00:00
#### Signature:
2022-10-14 12:54:46 +00:00
```typescript
2024-02-05 10:22:00 +00:00
export declare class PuppeteerError extends Error
2022-10-14 12:54:46 +00:00
```
**Extends:** Error
## Remarks
2024-02-05 10:22:00 +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.