 |
Kea 2.0.0
|
Go to the documentation of this file.
7#ifndef IFACE_MGR_ERROR_HANDLER_H
8#define IFACE_MGR_ERROR_HANDLER_H
33#define IFACEMGR_ERROR(ex_type, handler, stream) \
35 std::ostringstream ieoss__; \
38 handler(ieoss__.str()); \
40 isc_throw(ex_type, ieoss__.str()); \