ObjFW  Diff

Differences From Artifact [354dd8d292]:

To Artifact [9b2047ce2a]:


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

/*!
 * The hash which has already been calculated.
 */
@property (readonly, nonatomic) id object;

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased hash already calculated exception.







|







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

/*!
 * @brief The hash which has already been calculated.
 */
@property (readonly, nonatomic) id object;

+ (instancetype)exception OF_UNAVAILABLE;

/*!
 * @brief Creates a new, autoreleased hash already calculated exception.