Added new exception constant

This commit is contained in:
2024-02-06 09:44:08 -05:00
parent 9a2257780f
commit 6ba3452087

View File

@@ -4,5 +4,6 @@
static const int EXCEPT_CONNREFUSED = 10;
static const int EXCEPT_TOOFEWARGS = 15;
static const int EXCEPT_INVALIDARGS = 20;
static const int EXCEPT_ADDRNOTAVAIL = 25;
#endif