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
1 changed files with 1 additions and 1 deletions

View File

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