🌍 errors.ts

This commit is contained in:
nirholas
2026-03-31 10:24:16 +00:00
parent f1e0120524
commit 6c7ded0ea9

View File

@@ -236,3 +236,4 @@ export function classifyAxiosError(e: unknown): {
}
return { kind: 'http', status, message }
}