MCPcopy Create free account
hub / github.com/Emmimal/control-layer / LLMTimeoutError

Class LLMTimeoutError

control_layer.py:784–785  ·  view source on GitHub ↗

Raised when the LLM call exceeds the configured timeout.

Source from the content-addressed store, hash-verified

782# =============================================================================
783
784class LLMTimeoutError(Exception):
785 """Raised when the LLM call exceeds the configured timeout."""
786
787
788class LLMCaller:

Callers 1

callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected