MCPcopy
hub / github.com/ray-project/ray / SystemException

Class SystemException

python/ray/data/exceptions.py:28–34  ·  view source on GitHub ↗

Represents an Exception originating from Ray Data internal code or Ray Core private code paths, as opposed to user code. When Exceptions of this form are raised, it likely indicates a bug in Ray Data or Ray Core.

Source from the content-addressed store, hash-verified

26
27@DeveloperAPI
28class SystemException(Exception):
29 """Represents an Exception originating from Ray Data internal code
30 or Ray Core private code paths, as opposed to user code. When
31 Exceptions of this form are raised, it likely indicates a bug
32 in Ray Data or Ray Core."""
33
34 pass
35
36
37@DeveloperAPI

Callers 1

handle_traceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…