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

Class ResourceNotFoundError

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

Exception raised when a requested GitHub resource is not found.

Source from the content-addressed store, hash-verified

33
34
35class ResourceNotFoundError(GitHubError):
36 """Exception raised when a requested GitHub resource is not found."""
37 pass
38
39
40class AuthenticationError(GitHubError):

Callers 2

test_error_handlingFunction · 0.90
_make_requestMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_error_handlingFunction · 0.72