const REV_NOT_FOUND_ERROR_NAME = 'RevNotFoundError' as const
export class RevNotFoundError extends Error {
public readonly name = REV_NOT_FOUND_ERROR_NAME
constructor(rev?: string) {
super(`rev ${String(rev)} not found`)
}
}
triggers an error from custom-error-definition
, but should not.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too