| 214 | * context that has no user subject. The message says which — it is safe to |
| 215 | * show to the caller. */ |
| 216 | export class InvalidConnectionInputError extends Schema.TaggedErrorClass<InvalidConnectionInputError>()( |
| 217 | "InvalidConnectionInputError", |
| 218 | { message: Schema.String }, |
| 219 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected