Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 1da6520

Browse files
committed
Fix exception class spacing.
1 parent c7f56b4 commit 1da6520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hyper/http20/exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ class HPACKDecodingError(HTTP20Error):
2525
"""
2626
pass
2727

28+
2829
class ConnectionError(HTTP20Error):
2930
"""
3031
The remote party signalled an error affecting the entire HTTP/2
3132
connection, and the connection has been closed.
3233
"""
3334
pass
3435

36+
3537
class ProtocolError(HTTP20Error):
3638
"""
3739
The remote party violated the HTTP/2 protocol.

0 commit comments

Comments
 (0)