MCPcopy 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
30class GitHubError(Exception):
31 """Base exception for GitHub service errors."""
32 pass
33
34
35class ResourceNotFoundError(GitHubError):

Callers 1

_make_requestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected