Core API Overview > @adpt/core > ProjectRunError > (constructor)
ProjectRunError.(constructor)
Constructs a new instance of the ProjectRunError class
Signature:
constructor(projectError: Error, projectStack: string, fullStack: string);
Parameters
| Parameter | Type | Description |
|---|---|---|
| projectError | Error | |
| projectStack | string | |
| fullStack | string |