From bad8d4a7cca9a9e539af0c51101783c824462d72 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sun, 4 Feb 2024 20:32:24 -0500 Subject: [PATCH] Added new exception const --- includes/exception_consts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/exception_consts.hpp b/includes/exception_consts.hpp index 4122692..3a03ce1 100644 --- a/includes/exception_consts.hpp +++ b/includes/exception_consts.hpp @@ -2,7 +2,7 @@ #define EXCEPTION_CONSTS_H static const int EXCEPT_CONNREFUSED = 10; - +static const int EXCEPT_TOOFEWARGS = 15; #endif