diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |