exceptions
dev_tool.services.ai.exceptions
AIServiceError
Bases: DevToolBaseError
An exception that is raised when an AI service operation fails.
AIBotNotInitializedError
Bases: AIServiceError
An exception that is raised when an AI bot is not properly initialized.
AIProcessingError
Bases: AIServiceError
An exception that is raised when AI processing fails.
GitNotFoundError
Bases: AIServiceError
An exception that is raised when Git is not found in PATH.
GitOperationError
Bases: AIServiceError
An exception that is raised when a Git operation fails.
ProjectFileReadError
Bases: AIServiceError
An exception that is raised when a project file cannot be read.
ProjectStructureError
Bases: AIServiceError
An exception that is raised when project structure cannot be analyzed.