We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb14c02 commit 6c53143Copy full SHA for 6c53143
async_substrate_interface/errors.py
@@ -1,3 +1,9 @@
1
+from websockets.exceptions import ConnectionClosed, InvalidHandshake
2
+
3
+ConnectionClosed = ConnectionClosed
4
+InvalidHandshake = InvalidHandshake
5
6
7
class SubstrateRequestException(Exception):
8
pass
9
0 commit comments