#include <netcomm/fawkes/client.h>
Inheritance diagram for fawkes::HandlerAlreadyRegisteredException:
Public Member Functions | |
HandlerAlreadyRegisteredException () | |
Costructor. |
Only a single client handler can be registered per component. If you try to register a handler where there is already a handler this exception is thrown.
Definition at line 43 of file client.h.
fawkes::HandlerAlreadyRegisteredException::HandlerAlreadyRegisteredException | ( | ) |