diff --git a/includes/exception_consts.hpp b/includes/exception_consts.hpp new file mode 100644 index 0000000..4122692 --- /dev/null +++ b/includes/exception_consts.hpp @@ -0,0 +1,8 @@ +#ifndef EXCEPTION_CONSTS_H +#define EXCEPTION_CONSTS_H + +static const int EXCEPT_CONNREFUSED = 10; + + + +#endif