Fix ChunkedStream error to be derived from CatchableError.
This commit is contained in:
parent
939e461d04
commit
2ba6e5a412
|
@ -22,7 +22,7 @@ type
|
|||
|
||||
ChunkedStreamWriter* = ref object of AsyncStreamWriter
|
||||
|
||||
ChunkedStreamError* = object of Exception
|
||||
ChunkedStreamError* = object of CatchableError
|
||||
ChunkedStreamTimeoutError* = object of ChunkedStreamError
|
||||
ChunkedStreamProtocolError* = object of ChunkedStreamError
|
||||
|
||||
|
|
Loading…
Reference in New Issue