ObjFW  Diff

Differences From Artifact [7b4c7fc683]:

To Artifact [f1eb914ce2]:


16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
16
17
18
19
20
21
22


23
24
25
26
27
28
29







-
-








#include "config.h"

#import "OFConditionSignalFailedException.h"
#import "OFString.h"
#import "OFCondition.h"

#import "macros.h"

@implementation OFConditionSignalFailedException
+ (instancetype)exceptionWithCondition: (OFCondition*)condition
{
	return [[[self alloc] initWithCondition: condition] autorelease];
}

- init