Added new exception const

This commit is contained in:
2024-02-04 20:32:24 -05:00
parent 5c09b782b9
commit bad8d4a7cc

View File

@@ -2,7 +2,7 @@
#define EXCEPTION_CONSTS_H
static const int EXCEPT_CONNREFUSED = 10;
static const int EXCEPT_TOOFEWARGS = 15;
#endif