CLIError.(constructor)
constructor(msg: string, { output, code }?: {
output?: string;
code?: number;
});
Parameters
Parameter | Type | Description |
---|---|---|
msg | string | |
{ output, code } | { output?: string; code?: number; } | (Optional) |
constructor(msg: string, { output, code }?: {
output?: string;
code?: number;
});
Parameter | Type | Description |
---|---|---|
msg | string | |
{ output, code } | { output?: string; code?: number; } | (Optional) |