puppeteer/docs/api/puppeteer.puppeteererror.md

20 lines
404 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: PuppeteerError
2022-07-05 13:41:43 +00:00
---
# PuppeteerError class
2022-07-05 13:41:43 +00:00
The base class for all Puppeteer-specific errors
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export declare class PuppeteerError extends Error
2022-07-05 13:41:43 +00:00
```
**Extends:** Error
## Remarks
2022-07-05 13:41:43 +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.