25#ifndef MYSQL_HARNESS_EXCEPTION_INCLUDED
26#define MYSQL_HARNESS_EXCEPTION_INCLUDED
36 explicit bad_plugin(
const std::string &msg) :
std::runtime_error(msg) {}
Exception thrown when the plugin loading failed.
Definition: exception.h:34
bad_plugin(const std::string &msg)
Definition: exception.h:36
Definition: varlen_sort.h:183