ObjFW  Diff

Differences From Artifact [a58b80edb6]:

To Artifact [3acbd36955]:


28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
 */
@interface OFEnumerationMutationException: OFException
{
	id _object;
}

/*!
 * The object which was mutated during enumeration.
 */
@property (readonly, nonatomic) id object;

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased enumeration mutation exception.







|







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
 */
@interface OFEnumerationMutationException: OFException
{
	id _object;
}

/*!
 * @brief The object which was mutated during enumeration.
 */
@property (readonly, nonatomic) id object;

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased enumeration mutation exception.