#include <exception.hpp>
Definition at line 37 of file exception.hpp.
◆ Exception() [1/2]
openvpn::Exception::Exception |
( |
const std::string & |
err | ) |
|
|
inlineexplicitnoexcept |
◆ Exception() [2/2]
openvpn::Exception::Exception |
( |
std::string && |
err | ) |
|
|
inlineexplicitnoexcept |
◆ ~Exception()
virtual openvpn::Exception::~Exception |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ add_label()
void openvpn::Exception::add_label |
( |
const std::string & |
label | ) |
|
|
inline |
◆ err()
const std::string & openvpn::Exception::err |
( |
| ) |
const |
|
inlinenoexcept |
◆ remove_label()
void openvpn::Exception::remove_label |
( |
const std::string & |
label | ) |
|
|
inline |
◆ what()
const char * openvpn::Exception::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
◆ err_
std::string openvpn::Exception::err_ |
|
private |
The documentation for this class was generated from the following file: