MCPcopy
hub / github.com/HKUDS/MiniRAG / __init__

Method __init__

minirag/exceptions.py:22–25  ·  view source on GitHub ↗
(
        self, *, message: str = "Connection error.", request: httpx.Request
    )

Source from the content-addressed store, hash-verified

20
21class APIConnectionError(Exception):
22 def __init__(
23 self, *, message: str = "Connection error.", request: httpx.Request
24 ) -> None:
25 super().__init__(message, request, body=None)
26
27
28class BadRequestError(APIStatusError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected