| 48 | * within a repo's token list. |
| 49 | */ |
| 50 | export class NotFoundError extends ArtifactError { |
| 51 | constructor(message: string, options?: { cause?: unknown }) { |
| 52 | super("ENOTFOUND", message, options); |
| 53 | this.name = "NotFoundError"; |
nothing calls this directly
no outgoing calls
no test coverage detected