Commit a1a8337
committed
docs(architecture): fix stale error-mapping location claim
errors.md and client.md said the httpx2-exception-mapping table
"lives at the terminal in client.py" — true before this branch, but
the body-cap extraction moved the last mapping code out of client.py
entirely, into _internal/exception_mapping.py. Distinguish where the
table lives from where it fires.1 parent 527337d commit a1a8337
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments