Skip to content

Exceptions

exceptions

codex_ai.core.exceptions

Exceptions for the LLM module.

Classes

LLMProviderError

Bases: Exception

Base exception for all LLM provider errors.

Source code in src/codex_ai/core/exceptions.py
 8
 9
10
11
class LLMProviderError(Exception):
    """Base exception for all LLM provider errors."""

    pass