7 #ifndef DHCP_CONFIG_ERROR_H 8 #define DHCP_CONFIG_ERROR_H 72 #endif // DHCP_CONFIG_ERROR_H DhcpConfigError(const char *file, size_t line, const char *what)
constructor
virtual const char * what() const
Returns a C-style character string of the cause of the exception.
An exception that is thrown if an error occurs while configuring any server.
To be removed. Please use ConfigError instead.
Evaluation error exception raised when trying to parse.
This is a base class for exceptions thrown from the DNS library module.
ParseError(const char *file, size_t line, const char *what)
Defines the logger used by the top-level component of kea-dhcp-ddns.
ConfigError(const char *file, size_t line, const char *what)
constructor