| 154 | * context that has no user subject. The message says which — it is safe to |
| 155 | * show to the caller. */ |
| 156 | export class InvalidConnectionInputError extends Schema.TaggedErrorClass<InvalidConnectionInputError>()( |
| 157 | "InvalidConnectionInputError", |
| 158 | { message: Schema.String }, |
| 159 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected