From: brain Date: Mon, 27 Aug 2007 19:32:07 +0000 (+0000) Subject: Update documentation to indicate that userrec::userrec() may throw on duplicate uuid X-Git-Tag: v2.0.23~4666 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=5e95c0e559edd3445f8a9c8c819e6bb9ab25cabd;p=user%2Fhenk%2Fcode%2Finspircd.git Update documentation to indicate that userrec::userrec() may throw on duplicate uuid git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7915 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/users.h b/include/users.h index 17bc9ca2a..40c360351 100644 --- a/include/users.h +++ b/include/users.h @@ -660,7 +660,7 @@ class CoreExport userrec : public connection bool exempt; /** Default constructor - * @throw Nothing at present + * @throw CoreException if the UID allocated to the user already exists * @param Instance Creator instance * @param uid User UUID, or empty to allocate one automatically */