MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / BusNameLost

Method BusNameLost

addons/devposture/service.cpp:427–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426
427void Service::BusNameLost(const std::string &busname)
428{
429 throw DBus::Service::Exception(
430 "openvpn3-service-devposture lost the '" + busname
431 + "' registration on the D-Bus");
432}
433
434} // end of namespace DevPosture

Callers

nothing calls this directly

Calls 1

ExceptionClass · 0.50

Tested by

no test coverage detected