Class: GitRefNotFoundError¶
Defined in: resolver/src/git-registry.ts:117
Git ref not found error.
Extends¶
Error
Constructors¶
Constructor¶
new GitRefNotFoundError(
ref,url):GitRefNotFoundError
Defined in: resolver/src/git-registry.ts:118
Parameters¶
ref¶
string
url¶
string
Returns¶
GitRefNotFoundError
Overrides¶
Error.constructor
Properties¶
ref¶
readonlyref:string
Defined in: resolver/src/git-registry.ts:119
url¶
readonlyurl:string
Defined in: resolver/src/git-registry.ts:120