Skip to content

docs: add APIConnectionError to api.md#134

Merged
dhruvbatra merged 1 commit into
mainfrom
claude/kind-keller-n7931b
Jun 15, 2026
Merged

docs: add APIConnectionError to api.md#134
dhruvbatra merged 1 commit into
mainfrom
claude/kind-keller-n7931b

Conversation

@dhruvbatra

@dhruvbatra dhruvbatra commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add APIConnectionError to package layout table, exceptions import example, exceptions table, and error handling example in api.md

Context

APIConnectionError was added as a public exception in v0.8.0 (commit 91b2c21) and the README was updated in PR #132, but api.md was not updated to match. Four locations in api.md were missing the new exception.

Test plan

  • Documentation-only change
  • Verify APIConnectionError exists in yutori/__init__.py __all__ and yutori/exceptions.py

https://claude.ai/code/session_017tT6zLgHsBWT8er2aBf4Bz


Generated by Claude Code


Note

Low Risk
Documentation-only change with no runtime or API behavior impact.

Overview
Brings api.md in line with the public APIConnectionError exception (already exported from yutori since v0.8.0).

The package layout table, exceptions import snippet, exceptions reference table, and the error-handling example now include APIConnectionError, with a short note that it is raised when the API cannot be reached (connection refused, DNS failure, timeout).

Reviewed by Cursor Bugbot for commit 06a6ca3. Bugbot is set up for automated code reviews on this repo. Configure here.

The README was updated in #132 but api.md was not. Add APIConnectionError to
the package layout table, exceptions table, import example, and error handling
example to match the actual public API.

https://claude.ai/code/session_017tT6zLgHsBWT8er2aBf4Bz
@dhruvbatra dhruvbatra merged commit 7ca1600 into main Jun 15, 2026
9 checks passed
@dhruvbatra dhruvbatra deleted the claude/kind-keller-n7931b branch June 15, 2026 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants