|
Kea 2.7.5
|
Go to the documentation of this file.
7#ifndef IFACE_MGR_ERROR_HANDLER_H
8#define IFACE_MGR_ERROR_HANDLER_H
34#define IFACEMGR_ERROR(ex_type, handler, iface, stream) \
36 std::ostringstream ieoss__; \
38 std::string const error(ieoss__.str()); \
40 iface->addError(error); \
45 isc_throw(ex_type, error); \