mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 23:20:54 +08:00
@@ -162,7 +162,13 @@ class RayTimeoutError(RayError):
|
||||
pass
|
||||
|
||||
|
||||
class PlasmaObjectNotAvailable(RayError):
|
||||
"""Called when an object was not available within the given timeout."""
|
||||
pass
|
||||
|
||||
|
||||
RAY_EXCEPTION_TYPES = [
|
||||
PlasmaObjectNotAvailable,
|
||||
RayError,
|
||||
RayTaskError,
|
||||
RayWorkerError,
|
||||
|
||||
Reference in New Issue
Block a user