Skip to content

Commit d4d3723

Browse files
committed
Re-export CommunicationError
1 parent 7283815 commit d4d3723

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rest_rpc/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [ApiImplementation](#rest_rpc.api_implementation.ApiImplementation)
88
- [`api_client`](#rest_rpc.api_client)
99
- [ApiClient](#rest_rpc.api_client.ApiClient)
10+
- [CommunicationError](#rest_rpc.api_client.CommunicationError)
1011
- [NetworkError](#rest_rpc.api_client.NetworkError)
1112
- [HttpError](#rest_rpc.api_client.HttpError)
1213
- [DecodeError](#rest_rpc.api_client.DecodeError)
@@ -22,6 +23,9 @@
2223
from .api_client import (
2324
ApiClient as ApiClient,
2425
)
26+
from .api_client import (
27+
CommunicationError as CommunicationError,
28+
)
2529
from .api_client import (
2630
DecodeError as DecodeError,
2731
)

0 commit comments

Comments
 (0)