Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
class
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
100
async
def
run_in_loop(
Callers
1
wait_all
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected