CLIError class
export declare class CLIError extends Error
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(msg, { output, code }) | Constructs a new instance of the CLIError class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| code? | readonly | number | (Optional) |
| output? | readonly | string | (Optional) |