| 168 | * context that has no user subject. The message says which — it is safe to |
| 169 | * show to the caller. */ |
| 170 | export class InvalidConnectionInputError extends Schema.TaggedErrorClass<InvalidConnectionInputError>()( |
| 171 | "InvalidConnectionInputError", |
| 172 | { message: Schema.String }, |
| 173 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected