Definition at line 11 of file UnknownMsgException.h.
Public Member Functions | |
UnknownMsgException (const BaseMsg *msg) |
|
Definition at line 13 of file UnknownMsgException.h. 00014 : BaseException(ExInfo("unknown message") 00015 .addInfo("msg", msg->toString())) 00016 {}
|