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