| 271 | /** No artifact with this id is visible to the bound owner scope — it was never |
| 272 | * saved, was deleted, or belongs to another subject. */ |
| 273 | export class ArtifactNotFoundError extends Schema.TaggedErrorClass<ArtifactNotFoundError>()( |
| 274 | "ArtifactNotFoundError", |
| 275 | { id: ArtifactId }, |
| 276 | ) { |
nothing calls this directly
no outgoing calls
no test coverage detected