NetworkInterfaceError is not about a wrong value

This commit is contained in:
Christian Ulrich 2020-07-07 19:37:40 +02:00
parent 629556ad30
commit 9056b28627
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ type
index*: cint
flags*: cuint
NetworkInterfaceError* = object of ValueError
NetworkInterfaceError* = object of CatchableError
Ifaddrs {.importc: "struct ifaddrs", pure, final,
header: "<ifaddrs.h>".} = object