Skip to content

Commit

Permalink
GracefulShutdownError object of instead of alias
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Dec 19, 2024
1 parent 4f01f05 commit b0a1ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperx/errors.nim
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type
HyperxConnError* = object of HyperxError
HyperxStrmError* = object of HyperxError
ConnClosedError* = object of HyperxConnError
GracefulShutdownError* = HyperxConnError
GracefulShutdownError* = object of HyperxConnError
QueueClosedError* = object of HyperxError

func newConnClosedError*: ref ConnClosedError {.raises: [].} =
Expand Down

0 comments on commit b0a1ba7

Please sign in to comment.