chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
"""Internal Error"""
|
||||
|
||||
|
||||
class DataSourceUnavailable(Exception):
|
||||
pass
|
||||
|
||||
|
||||
"""User-facing Error"""
|
||||
|
||||
|
||||
class RayStateApiException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ServerUnavailable(RayStateApiException):
|
||||
"""Thrown when failing to connect to dashboard server"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user