Source code for flambe.cluster.errors


[docs]class ClusterError(Exception): """Error raised in case of any unexpected error in the Ray cluster. """ pass
[docs]class ClusterConfigurationError(Exception): """Error raised when the configuration of the Cluster is not valid. """ pass