puppeteer/docs/api/puppeteer.customerror.md

20 lines
623 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
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 |