MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / LLMError

Class LLMError

llms/exceptions.py:2–5  ·  view source on GitHub ↗

Base exception class for my_package errors.

Source from the content-addressed store, hash-verified

1# ADC LLMs Exceptions
2class LLMError(Exception):
3 """Base exception class for my_package errors."""
4
5 ...
6
7
8class FunctionCallDeprecationError(LLMError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected