Added exception_consts file

This commit is contained in:
2024-01-31 21:02:40 -05:00
parent e6f328ea1d
commit 6945ebb2c1

View File

@@ -0,0 +1,8 @@
#ifndef EXCEPTION_CONSTS_H
#define EXCEPTION_CONSTS_H
static const int EXCEPT_CONNREFUSED = 10;
#endif