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

Class OptionNotPresent

src/common/cmdargparser-exceptions.hpp:192–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190};
191
192class OptionNotPresent : public CommandArgBaseException
193{
194 public:
195 OptionNotPresent(const std::string key) noexcept
196 : CommandArgBaseException("Option '" + key + "' value is not present")
197 {
198 }
199};
200
201/**
202 * Exception class used by @ParsedArgs::CheckExclusiveOptions()

Callers 1

GetValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected