MCPcopy Create free account
hub / github.com/ray-project/ray / __init__

Method __init__

python/ray/exceptions.py:69–75  ·  view source on GitHub ↗
(self, ray_exception)

Source from the content-addressed store, hash-verified

67 """Raised from another language."""
68
69 def __init__(self, ray_exception):
70 super().__init__(
71 "An exception raised from {}:\n{}".format(
72 Language.Name(ray_exception.language),
73 ray_exception.formatted_exception_string,
74 )
75 )
76
77
78@PublicAPI

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
formatMethod · 0.45

Tested by

no test coverage detected