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