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

Class RayException

java/api/src/main/java/io/ray/api/exception/RayException.java:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package io.ray.api.exception;
2
3public class RayException extends RuntimeException {
4
5 public RayException(String message) {
6 super(message);
7 }
8
9 public RayException(String message, Throwable cause) {
10 super(message, cause);
11 }
12}

Callers 2

to_bytesMethod · 0.85
from_bytesMethod · 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…