| 2 | import { InvalidRequestError } from "../errors" |
| 3 | |
| 4 | export class SchemaErrorMiddleware extends HttpApiMiddleware.Service<SchemaErrorMiddleware>()( |
| 5 | "@opencode/HttpApiSchemaError", |
| 6 | { error: InvalidRequestError }, |
| 7 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected