26#ifndef ROUTER_SRC_MYSQL_REST_SERVICE_INCLUDE_HELPER_ERROR_H_
27#define ROUTER_SRC_MYSQL_REST_SERVICE_INCLUDE_HELPER_ERROR_H_
33class Error :
public std::runtime_error {
35 template <
typename...
T>
37 :
std::runtime_error((
value + ... + t)) {}
Error(std::string value, const T &...t)
Definition: error.h:36
#define T
Definition: jit_executor_value.cc:373
ValueType value(const std::optional< ValueType > &v)
Definition: gtid.h:83
Define std::hash<Gtid>.
Definition: gtid.h:355