|
Kea
1.9.9-git
|
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()); \
44 #endif // IFACE_MGR_ERROR_HANDLER_H