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¶
readonlyref:string
Defined in: resolver/src/git-registry.ts:106
url¶
readonlyurl:string
Defined in: resolver/src/git-registry.ts:107