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

Class ValidationError

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

Exception raised when input validation fails.

Source from the content-addressed store, hash-verified

43
44
45class ValidationError(GitHubError):
46 """Exception raised when input validation fails."""
47 pass
48
49
50class RateLimitError(GitHubError):

Callers 4

_get_repo_pathMethod · 0.70
list_repositoriesMethod · 0.70
create_repositoryMethod · 0.70
deploy_to_awsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected