7#ifndef DHCP_CONFIG_ERROR_H
8#define DHCP_CONFIG_ERROR_H
DhcpConfigError(const char *file, size_t line, const char *what)
constructor
ConfigError(const char *file, size_t line, const char *what)
constructor
This is a base class for exceptions thrown from the DNS library module.
Exception(const char *file, size_t line, const char *what)
Constructor for a given type for exceptions with file name and file line number.
virtual const char * what() const
Returns a C-style character string of the cause of the exception.
ParseError(const char *file, size_t line, const char *what)
DhcpConfigError(const char *file, size_t line, const char *what)
constructor
Defines the logger used by the top-level component of kea-lfc.