MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / TimeoutError

Class TimeoutError

codeclash/viewer/app.py:51–52  ·  view source on GitHub ↗

Exception raised when a function times out

Source from the content-addressed store, hash-verified

49
50
51class TimeoutError(Exception):
52 """Exception raised when a function times out"""
53
54
55def timeout(seconds: int):

Callers 1

wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected