Skip to content

exceptions

Class info¶

Classes¶

Name Children Inherits
ToolError
llmling_agent.tools.exceptions
Tool-related errors.

    🛈 DocStrings¶

    Tool-related exceptions.

    ToolError ¶

    Bases: LLMLingError

    Tool-related errors.

    Source code in src/llmling_agent/tools/exceptions.py
    8
    9
    class ToolError(LLMLingError):
        """Tool-related errors."""