ObjFW  Diff

Differences From Artifact [573e15c5b2]:

To Artifact [216c033d30]:


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

#include "config.h"

#import "OFLockFailedException.h"
#import "OFString.h"

#import "OFNotImplementedException.h"

#import "macros.h"

@implementation OFLockFailedException
+ (instancetype)exceptionWithClass: (Class)class_
			      lock: (id <OFLocking>)lock
{
	return [[[self alloc] initWithClass: class_







<
<







15
16
17
18
19
20
21


22
23
24
25
26
27
28
 */

#include "config.h"

#import "OFLockFailedException.h"
#import "OFString.h"



#import "macros.h"

@implementation OFLockFailedException
+ (instancetype)exceptionWithClass: (Class)class_
			      lock: (id <OFLocking>)lock
{
	return [[[self alloc] initWithClass: class_