include/relpipe/cli/RelpipeCLIException.h
branchv_0
changeset 12 dca712844ba9
parent 6 114521cca04a
child 20 45d60cf711e1
equal deleted inserted replaced
11:dc219a6bad4d 12:dca712844ba9
    24 using namespace std;
    24 using namespace std;
    25 
    25 
    26 namespace relpipe {
    26 namespace relpipe {
    27 namespace cli {
    27 namespace cli {
    28 
    28 
    29 /**
       
    30  * TODO: move to relpipe-lib-cli (a common header-only library)
       
    31  */
       
    32 class RelpipeCLIException {
    29 class RelpipeCLIException {
    33 private:
    30 private:
    34 	wstring message;
    31 	wstring message;
    35 	int exitCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;
    32 	int exitCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;
    36 public:
    33 public: