Class PostProcessFailedError
🏭 Constructors
constructor
ts
new PostProcessFailedError(jarPath: string, commands: string[], message: string): PostProcessFailedError
Parameters
- jarPath:
string
- commands:
string[]
- message:
string
Return Type
PostProcessFailedError
Defined in: packages/installer/profile.ts:216
🏷️ Properties
commands
ts
commands: string[]
Defined in: packages/installer/profile.ts:216
jarPath
ts
jarPath: string
Defined in: packages/installer/profile.ts:216
name
ts
name: string = 'PostProcessFailedError'
Defined in: packages/installer/profile.ts:220