Added exception_consts file
parent
e6f328ea1d
commit
6945ebb2c1
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef EXCEPTION_CONSTS_H
|
||||||
|
#define EXCEPTION_CONSTS_H
|
||||||
|
|
||||||
|
static const int EXCEPT_CONNREFUSED = 10;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue