Refactor: Github Service (#6580)

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
Rohit Malhotra
2025-02-03 12:21:36 -05:00
committed by GitHub
parent 7d09a158c3
commit 4adef574c0
10 changed files with 199 additions and 112 deletions

View File

@@ -42,3 +42,15 @@ class LLMAuthenticationError(ValueError):
"""Raised when there is an issue with LLM authentication."""
pass
class GhAuthenticationError(ValueError):
"""Raised when there is an issue with LLM authentication."""
pass
class GHUnknownException(ValueError):
"""Raised when there is an issue with LLM authentication."""
pass