2
0
mirror of https://github.com/status-im/nim-chronos.git synced 2025-03-01 19:30:39 +00:00

Change HttpError.

This commit is contained in:
cheatfate 2023-11-17 14:46:34 +02:00
parent ccfbdfa3a2
commit 9882ba41cc
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95

@ -52,7 +52,7 @@ type
HttpResultCode*[T] = Result[T, HttpCode]
HttpDefect* = object of Defect
HttpError* = object of CatchableError
HttpError* = object of AsyncError
HttpCriticalError* = object of HttpError
code*: HttpCode
HttpRecoverableError* = object of HttpError