NetworkInterfaceError is not about a wrong value
This commit is contained in:
parent
629556ad30
commit
9056b28627
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue