puppeteer/website/versioned_docs/version-18.2.1/api/puppeteer.customerror.md
2022-10-06 12:22:55 +02:00

20 lines
623 B
Markdown

---
sidebar_label: CustomError
---
# CustomError class
**Signature:**
```typescript
export declare class CustomError extends Error
```
**Extends:** Error
## Constructors
| Constructor | Modifiers | Description |
| ------------------------------------------------------------------ | --------- | --------------------------------------------------------------- |
| [(constructor)(message)](./puppeteer.customerror._constructor_.md) | | Constructs a new instance of the <code>CustomError</code> class |