| 1 | import { getLogger, type Logger } from "@logtape/logtape"; |
| 2 | import { APIError } from "better-auth"; |
| 3 | import type { Context } from "hono"; |
| 4 | import { HTTPException } from "hono/http-exception"; |
nothing calls this directly
no test coverage detected