Class PostProcessBadJarError
🏭 Constructors
constructor
ts
PostProcessBadJarError(jarPath: string, causeBy: Error): PostProcessBadJarErrorParameters
- jarPath:
string - causeBy:
Error
Return Type
PostProcessBadJarError
Defined in: packages/installer/profile.ts:314
🏷️ Properties
causeBy public
ts
causeBy: ErrorDefined in: packages/installer/profile.ts:314
jarPath public
ts
jarPath: stringDefined in: packages/installer/profile.ts:314
name
ts
name: string = 'PostProcessBadJarError'Defined in: packages/installer/profile.ts:318