Fix ChunkedStream error to be derived from CatchableError.

This commit is contained in:
cheatfate 2019-05-10 09:01:16 +03:00
parent 939e461d04
commit 2ba6e5a412
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 1 additions and 1 deletions

View File

@ -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