X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Ft2n_exception.hxx;h=14243fc832dadde1d818227c8b257406daec3312;hp=4ce11aa2e209f7eb8c657a13f4e322eebef2d23c;hb=7781f1c4d69c5be72d5cc98bf34d0b5ccf1f372e;hpb=04d86ba4ad4f14ab08f38804e772ec46a8ac92b0 diff --git a/src/t2n_exception.hxx b/src/t2n_exception.hxx index 4ce11aa..14243fc 100644 --- a/src/t2n_exception.hxx +++ b/src/t2n_exception.hxx @@ -231,6 +231,8 @@ class t2n_serialization_error : public t2n_exception /** @brief a runtime error within the remote function. derive your own custom exceptions from this one + + @note you must override the virtual clone method if you do (used by \ref command_server::handle_packet) */ class t2n_runtime_error : public t2n_exception {