Skip to content

PromptScript API


Class: GitRefNotFoundError

Defined in: resolver/src/git-registry.ts:104

Git ref not found error.

Extends

  • Error

Constructors

Constructor

new GitRefNotFoundError(ref, url): GitRefNotFoundError

Defined in: resolver/src/git-registry.ts:105

Parameters

ref

string

url

string

Returns

GitRefNotFoundError

Overrides

Error.constructor

Properties

ref

readonly ref: string

Defined in: resolver/src/git-registry.ts:106


url

readonly url: string

Defined in: resolver/src/git-registry.ts:107