Skip to content

Bridge

Exceptions for Bridges.

BridgeError

Bases: FedRAGError

Base bridge error for all bridge-related exceptions.

Source code in src/fed_rag/exceptions/bridge.py
6
7
8
9
class BridgeError(FedRAGError):
    """Base bridge error for all bridge-related exceptions."""

    pass