N E W
Custom error class for node-related errors, including stack trace information.
Constructor
new NodeError(message, stackTrace?)| Parameter | Type | Default Value |
|---|---|---|
| message | any | — |
| stackTrace? | null | null |
Properties
| Property | Type | Default Value | |
|---|---|---|---|
| stackTrace | any | — | |
Extends
Error