ObjFW  Diff

Differences From Artifact [b9e808a048]:

To Artifact [5693aff4f5]:


38
39
40
41
42
43
44
45
46
47
48




49
50
51
52
53
54
55
38
39
40
41
42
43
44




45
46
47
48
49
50
51
52
53
54
55







-
-
-
-
+
+
+
+







/**
 * \param class_ The class of the object which caused the exception
 * \param path The path of the file
 * \param owner The new owner for the file
 * \param group The new group for the file
 * \return An initialized change file owner failed exception
 */
+ newWithClass: (Class)class_
	  path: (OFString*)path
	 owner: (OFString*)owner
	 group: (OFString*)group;
+ exceptionWithClass: (Class)class_
		path: (OFString*)path
	       owner: (OFString*)owner
	       group: (OFString*)group;

/**
 * Initializes an already allocated change file owner failed exception.
 *
 * \param class_ The class of the object which caused the exception
 * \param path The path of the file
 * \param owner The new owner for the file