Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ray / purelib / ray / train / error.py
Size: Mime:
from ray.util.annotations import PublicAPI


@PublicAPI(stability="beta")
class SessionMisuseError(Exception):
    """Indicates a method or function was used outside of a session."""