7 lines
183 B
Python
7 lines
183 B
Python
from ray.util.annotations import PublicAPI
|
|
|
|
|
|
@PublicAPI(stability="beta")
|
|
class SessionMisuseError(Exception):
|
|
"""Indicates a method or function was used outside of a session."""
|