diff --git a/src/transport.hh b/src/transport.hh index 1268ea0..cf2dcd3 100644 --- a/src/transport.hh +++ b/src/transport.hh @@ -38,6 +38,7 @@ namespace pEp { struct ConfigError : std::logic_error { ConfigError() : std::logic_error("config error") {} + explicit ConfigError(const std::string& desc) : std::logic_error(desc) {} }; class Config {