Class PostProcessBadJarError
🏭 Constructors
constructor
ts
new PostProcessBadJarError(jarPath: string, causeBy: Error): PostProcessBadJarError
Parameters
- jarPath:
string
- causeBy:
Error
Return Type
PostProcessBadJarError
Defined in: packages/installer/profile.ts:210
🏷️ Properties
causeBy public
ts
causeBy: Error
Defined in: packages/installer/profile.ts:210
jarPath public
ts
jarPath: string
Defined in: packages/installer/profile.ts:210
name
ts
name: string = 'PostProcessBadJarError'
Defined in: packages/installer/profile.ts:214