MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / AsyncException

Class AsyncException

openhands/app_server/utils/async_utils.py:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92class AsyncException(Exception):
93 def __init__(self, exceptions):
94 self.exceptions = exceptions
95
96 def __str__(self):
97 return '\n'.join(str(e) for e in self.exceptions)
98
99
100async def run_in_loop(

Callers 1

wait_allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected