43 explicit Exception(
const std::string &message) : std::runtime_error(message) {};
Definition: BaseLib.cpp:34
Exception(const std::string &message)
Definition: Exception.h:43
~Exception() override=default
Base class for all exceptions defined in Homegear.
Definition: Exception.h:41