Source code for ralph.mcp.protocol._session_bridge_error
"""Error raised when the session bridge fails to start or preflight fails."""
from __future__ import annotations
[docs]
class SessionBridgeError(Exception):
"""Raised when the session bridge fails to start or preflight fails."""