Skip to content

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:200

🏷️ Properties

causeBy

ts
causeBy: Error

Defined in: packages/installer/profile.ts:200

jarPath

ts
jarPath: string

Defined in: packages/installer/profile.ts:200

name

ts
name: string = 'PostProcessBadJarError'

Defined in: packages/installer/profile.ts:204

Released under the MIT License.