mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 20:18:33 +08:00
[minor] Remove get_global_worker(), RuntimeContext (#7638)
This commit is contained in:
@@ -11,6 +11,11 @@ class RayError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class RayConnectionError(RayError):
|
||||
"""Raised when ray is not yet connected but needs to be."""
|
||||
pass
|
||||
|
||||
|
||||
class RayTaskError(RayError):
|
||||
"""Indicates that a task threw an exception during execution.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user