docu updates
[libt2n] / src / t2n_exception.hxx
index 4ce11aa..14243fc 100644 (file)
@@ -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
 {