ObjFW  Diff

Differences From Artifact [16f58d7cd7]:

To Artifact [d127c108c6]:


31
32
33
34
35
36
37
38
39


40
41
42
43
44
45
46
47


48
49
50
51
52
53
54
31
32
33
34
35
36
37


38
39
40
41
42
43
44
45


46
47
48
49
50
51
52
53
54







-
-
+
+






-
-
+
+







#endif

/**
 * \param class_ The class of the object which caused the exception
 * \param ns The namespace which is unbound
 * \return A new unbound namespace exception
 */
+ exceptionWithClass: (Class)class_
	   namespace: (OFString*)ns;
+ (instancetype)exceptionWithClass: (Class)class_
			 namespace: (OFString*)ns;

/**
 * \param class_ The class of the object which caused the exception
 * \param prefix The prefix which is unbound
 * \return A new unbound namespace exception
 */
+ exceptionWithClass: (Class)class_
	      prefix: (OFString*)prefix;
+ (instancetype)exceptionWithClass: (Class)class_
			    prefix: (OFString*)prefix;

/**
 * Initializes an already allocated unbound namespace exception
 *
 * \param class_ The class of the object which caused the exception
 * \param ns The namespace which is unbound
 * \return An initialized unbound namespace exception