diff options
Diffstat (limited to 'doc/class.n')
| -rw-r--r-- | doc/class.n | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/class.n b/doc/class.n index 1f4c774..22aad24 100644 --- a/doc/class.n +++ b/doc/class.n @@ -86,8 +86,11 @@ resolved within the calling context's namespace if not fully qualified), passing the arguments, \fIarg ...\fR, to the constructor, and (if that returns a successful result) returning the fully qualified name of the created object (the result of the constructor is ignored). The name of the instance's -internal namespace will be \fInsName\fR unless that namespace already exists -(when an arbitrary name will be chosen instead). If the constructor fails +internal namespace will be \fInsName\fR; +.VS +it is an error if that namespace cannot be created. +.VE +If the constructor fails (i.e., returns a non-OK result) then the object is destroyed and the error message is the result of this method call. .SH EXAMPLES |
