|
mavtables
0.2.1
MAVLink router and firewall.
|
#include <DNSLookupError.hpp>


Public Member Functions | |
| DNSLookupError (std::string url) | |
| const char * | what () const noexcept |
Exception type emitted when a DNS lookup fails.
Definition at line 28 of file DNSLookupError.hpp.
| DNSLookupError::DNSLookupError | ( | std::string | url | ) |
Construct a DNSLookupError given the unresolvable URL.
| url | The URL that could not be resolved. |
Definition at line 27 of file DNSLookupError.cpp.
|
noexcept |
Return error message string.
Definition at line 38 of file DNSLookupError.cpp.
1.8.14