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