26#ifndef MYSQL_HARNESS_EXCEPTION_INCLUDED
27#define MYSQL_HARNESS_EXCEPTION_INCLUDED
37 explicit bad_plugin(
const std::string &msg) :
std::runtime_error(msg) {}
Exception thrown when the plugin loading failed.
Definition: exception.h:35
bad_plugin(const std::string &msg)
Definition: exception.h:37
Define std::hash<Gtid>.
Definition: gtid.h:355