#include <interface/interface.h>
Inheritance diagram for fawkes::InterfaceMessageEnqueueException:
Public Member Functions | |
InterfaceMessageEnqueueException (const char *type, const char *id) | |
Constructor. |
Definition at line 60 of file interface.h.
fawkes::InterfaceMessageEnqueueException::InterfaceMessageEnqueueException | ( | const char * | type, | |
const char * | id | |||
) |
Constructor.
type | type of the interface which caused the exception | |
id | id of the interface which caused the exception |
Definition at line 70 of file interface.cpp.