Source code for ralph.mcp.artifacts._bridge_error

"""BridgeError — raised when bridge operations fail."""

from __future__ import annotations


[docs] class BridgeError(Exception): """Raised when bridge operations fail."""
__all__ = ["BridgeError"]