Errors Error classes for LLM-related operations. LLMError Bases: Exception Base exception for LLM-related errors. Source code in src/codemap/llm/errors.py 6 7class LLMError(Exception): """Base exception for LLM-related errors."""