Skip to content

Commit 6c53143

Browse files
committed
Expose additional errors
1 parent fb14c02 commit 6c53143

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

async_substrate_interface/errors.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
from websockets.exceptions import ConnectionClosed, InvalidHandshake
2+
3+
ConnectionClosed = ConnectionClosed
4+
InvalidHandshake = InvalidHandshake
5+
6+
17
class SubstrateRequestException(Exception):
28
pass
39

0 commit comments

Comments
 (0)