ObjFW  Diff

Differences From Artifact [c5e9bdfba4]:

To Artifact [29e8097d22]:


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 unlocking a lock failed.
 */
@interface OFUnlockFailedException: 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 OFUnlockFailedException \
 *	  OFUnlockFailedException.h ObjFW/OFUnlockFailedException.h
 *
 * @brief An exception indicating that unlocking a lock failed.
 */
@interface OFUnlockFailedException: OFException
{
	id <OFLocking> _lock;
}