mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
chore: cleanup and doc gen fixes
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
from typing import Any, Literal
|
||||
"""
|
||||
QUIC Transport exceptions
|
||||
"""
|
||||
|
||||
"""
|
||||
QUIC Transport exceptions for py-libp2p.
|
||||
Comprehensive error handling for QUIC transport, connection, and stream operations.
|
||||
Based on patterns from go-libp2p and js-libp2p implementations.
|
||||
"""
|
||||
from typing import Any, Literal
|
||||
|
||||
|
||||
class QUICError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user