kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
|
Exception for errors during configuration parsing. More...
#include <Config.hpp>
Public Member Functions | |
ParseError (std::string message) | |
ParseError (const ParseError &)=default | |
ParseError & | operator= (const ParseError &)=default |
ParseError (ParseError &&)=default | |
ParseError & | operator= (ParseError &&)=default |
~ParseError () override=default | |
const char * | what () const noexcept override |
Exception for errors during configuration parsing.
The errorneous configuration option and the error are stated in what()
Definition at line 82 of file Config.hpp.
|
inlineexplicit |
Definition at line 85 of file Config.hpp.
|
default |
|
default |
|
overridedefault |
|
default |
|
default |
|
inlineoverridenoexcept |
Definition at line 93 of file Config.hpp.