Namespaces
ScopeError
An Error class that provides additional context to an error.
Defined in: utils/debug.d.ts:44
An Error class that provides additional context to an error.
Extends
Error
Extended by
Constructors
Constructor
new ScopeError(child: Error, message?: string): ScopeError;Defined in: utils/debug.d.ts:50
Creates a new ScopeError providing addtional context to the child error.
Parameters
| Parameter | Type | Description |
|---|---|---|
child | Error | The child error to extend. |
message? | string | Additional message to prepend to the child error. |
Returns
ScopeError
Overrides
Error.constructor