MCPcopy
hub / github.com/langroid/langroid / InfiniteLoopException

Class InfiniteLoopException

langroid/exceptions.py:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class InfiniteLoopException(Exception):
13 def __init__(self, message: str = "Infinite loop detected", *args: object) -> None:
14 super().__init__(message, *args)
15
16
17class LangroidImportError(ImportError):

Callers 2

runMethod · 0.90
run_asyncMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…