From 5e95c0e559edd3445f8a9c8c819e6bb9ab25cabd Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Aug 2007 19:32:07 +0000 Subject: [PATCH] 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 --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5