9#ifndef LEASE_CMDS_EXCEPTIONS_H
10#define LEASE_CMDS_EXCEPTIONS_H
Exception thrown when a command failed due to a conflict.
LeaseCmdsConflict(const char *file, size_t line, const char *what)
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.
Defines the logger used by the top-level component of kea-lfc.