mirror of
https://github.com/vacp2p/nim-quic.git
synced 2026-01-07 21:13:58 -05:00
5 lines
127 B
Nim
5 lines
127 B
Nim
type
|
|
QuicConfigError* = object of CatchableError
|
|
QuicError* = object of IOError
|
|
ClosedStreamError* = object of QuicError
|