MCPcopy Create free account
hub / github.com/agenticsorg/edge-agents / RateLimitError

Class RateLimitError

scripts/agents/devops/src/github/github.py:50–52  ·  view source on GitHub ↗

Exception raised when GitHub API rate limits are exceeded.

Source from the content-addressed store, hash-verified

48
49
50class RateLimitError(GitHubError):
51 """Exception raised when GitHub API rate limits are exceeded."""
52 pass
53
54
55class GitHubService:

Callers 1

_make_requestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected