Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agenticsorg/edge-agents
/ GitHubError
Class
GitHubError
scripts/agents/devops/src/github/github.py:30–32 ·
view source on GitHub ↗
Base exception for GitHub service errors.
Source
from the content-addressed store, hash-verified
28
29
30
class
GitHubError(Exception):
31
""
"Base exception for GitHub service errors."
""
32
pass
33
34
35
class
ResourceNotFoundError(GitHubError):
Callers
1
_make_request
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected