ObjFW  Diff

Differences From Artifact [e7f26ea989]:

To Artifact [1070cfb5a4]:


36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

/**
 * Creates a new exception.
 *
 * \param class_ The class of the object which caused the exception
 * \return A new exception
 */
+ exceptionWithClass: (Class)class_;

/**
 * Initializes an already allocated OFException.
 *
 * \param class_ The class of the object which caused the exception
 * \return An initialized OFException
 */







|







36
37
38
39
40
41
42
43
44
45
46
47
48
49
50

/**
 * Creates a new exception.
 *
 * \param class_ The class of the object which caused the exception
 * \return A new exception
 */
+ (instancetype)exceptionWithClass: (Class)class_;

/**
 * Initializes an already allocated OFException.
 *
 * \param class_ The class of the object which caused the exception
 * \return An initialized OFException
 */