Commit 4ff2b1f
committed
docs(batch): fix error handling code highlight line number
Fixed the highlighted line in the batch processing error handling example
from line 24 (empty line) to line 23 (the actual raise statement). This
ensures the documentation correctly highlights where the InvalidPayload
exception is raised in the error handling example.1 parent 9590aac commit 4ff2b1f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments