ObjFW  Diff

Differences From Artifact [97b482c7ab]:

To Artifact [501f6bdda0]:


14
15
16
17
18
19
20



21
22
23
24
25
26
27
 * file.
 */

#import "OFException.h"
#import "OFLocking.h"

/*!



 * @brief An exception indicating that locking a lock failed.
 */
@interface OFLockFailedException: OFException
{
	id <OFLocking> _lock;
}








>
>
>







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 * file.
 */

#import "OFException.h"
#import "OFLocking.h"

/*!
 * @class OFLockFailedException \
 *	  OFLockFailedException.h ObjFW/OFLockFailedException.h
 *
 * @brief An exception indicating that locking a lock failed.
 */
@interface OFLockFailedException: OFException
{
	id <OFLocking> _lock;
}