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

Class AuthenticationError

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

Exception raised when authentication fails.

Source from the content-addressed store, hash-verified

38
39
40class AuthenticationError(GitHubError):
41 """Exception raised when authentication fails."""
42 pass
43
44
45class ValidationError(GitHubError):

Callers 3

__init__Method · 0.70
_verify_accessMethod · 0.70
_make_requestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected