Added exception_consts file

master
Aadhavan Srinivasan 11 months ago
parent e6f328ea1d
commit 6945ebb2c1

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