Added new exception const

This commit is contained in:
2024-02-06 07:24:57 -05:00
parent cb525c4097
commit 6cfdddc204

View File

@@ -3,6 +3,6 @@
static const int EXCEPT_CONNREFUSED = 10;
static const int EXCEPT_TOOFEWARGS = 15;
static const int EXCEPT_INVALIDARGS = 20;
#endif