puppeteer/website/versioned_docs/version-22.6.3/api/puppeteer.puppeteererror.md

20 lines
404 B
Markdown
Raw Normal View History

2022-10-14 12:54:46 +00:00
---
sidebar_label: PuppeteerError
2022-10-14 12:54:46 +00:00
---
# PuppeteerError class
2022-10-14 12:54:46 +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
export declare class PuppeteerError extends Error
2022-10-14 12:54:46 +00:00
```
**Extends:** Error
## Remarks
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.