| 161 | * context that has no user subject. The message says which — it is safe to |
| 162 | * show to the caller. */ |
| 163 | export class InvalidConnectionInputError extends Schema.TaggedErrorClass<InvalidConnectionInputError>()( |
| 164 | "InvalidConnectionInputError", |
| 165 | { message: Schema.String }, |
| 166 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected