exceptions
Exceptions related to codablellm.
CodableLLMError
DecompilerNotFound
Bases: CodableLLMError
A decompiler could not be imported.
ExtraNotInstalled
Bases: CodableLLMError
An extra is not installed to perform an optional feature.
Source code in src/codablellm/exceptions.py
ExtractorNotFound
Bases: CodableLLMError
A source code extractor could not be imported.
TSParsingError
Bases: CodableLLMError
A tree-sitter parsing error occurred.