From 6cfdddc20498481c5a0d02de9499b1abcfb11bab Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Tue, 6 Feb 2024 07:24:57 -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 3a03ce1..a8968ff 100644 --- a/includes/exception_consts.hpp +++ b/includes/exception_consts.hpp @@ -3,6 +3,6 @@ static const int EXCEPT_CONNREFUSED = 10; static const int EXCEPT_TOOFEWARGS = 15; - +static const int EXCEPT_INVALIDARGS = 20; #endif