puppeteer/docs/api/puppeteer.customerror.md

22 lines
396 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: CustomError
---
# CustomError class
> Warning: This API is now obsolete.
>
> Do not use.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export declare class CustomError extends Error
```
**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 `CustomError` class.