Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ray-project/ray
/ __init__
Method
__init__
python/ray/exceptions.py:1073–1075 ·
view source on GitHub ↗
(self, error_message: str)
Source
from the content-addressed store, hash-verified
1071
""
"
1072
1073
def
__init__(self, error_message: str):
1074
super().__init__(error_message)
1075
self.error_message = error_message
1076
1077
def
__str__(self):
1078
return
self.error_message
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected