| 49 | bool check_exception1(JsonRpcException const &ex) { return ex.GetCode() == Errors::ERROR_CLIENT_CONNECTOR; } |
| 50 | |
| 51 | bool check_exception2(JsonRpcException const &ex) { return ex.GetCode() == Errors::ERROR_RPC_INTERNAL_ERROR; } |
| 52 | } // namespace testhttpserver |
| 53 | using namespace testhttpserver; |
| 54 |