ObjFW  Diff

Differences From Artifact [1927c7649a]:

To Artifact [df2070febe]:


42
43
44
45
46
47
48
49

50
51
52
53
54
55
56
57

58
59
60
42
43
44
45
46
47
48

49
50
51
52
53
54
55
56

57
58
59
60







-
+







-
+




/*!
 * @brief Creates a new, autoreleased thread start failed exception.
 *
 * @param thread The thread which could not be started
 * @return A new, autoreleased thread start failed exception
 */
+ (instancetype)exceptionWithThread: (nullable OFThread*)thread;
+ (instancetype)exceptionWithThread: (nullable OFThread *)thread;

/*!
 * @brief Initializes an already allocated thread start failed exception.
 *
 * @param thread The thread which could not be started
 * @return An initialized thread start failed exception
 */
- initWithThread: (nullable OFThread*)thread;
- initWithThread: (nullable OFThread *)thread;
@end

OF_ASSUME_NONNULL_END