Added exception_consts file
This commit is contained in:
8
includes/exception_consts.hpp
Normal file
8
includes/exception_consts.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef EXCEPTION_CONSTS_H
|
||||
#define EXCEPTION_CONSTS_H
|
||||
|
||||
static const int EXCEPT_CONNREFUSED = 10;
|
||||
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user