ObjFW  Diff

Differences From Artifact [2cc951a582]:

To Artifact [38ffd1bb32]:


17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include "config.h"

#import "OFSetOptionFailedException.h"
#import "OFString.h"
#import "OFStream.h"

#import "common.h"
#import "macros.h"

@implementation OFSetOptionFailedException
+ (instancetype)exceptionWithStream: (OFStream*)stream
{
	return [[[self alloc] initWithStream: stream] autorelease];
}








<







17
18
19
20
21
22
23

24
25
26
27
28
29
30
#include "config.h"

#import "OFSetOptionFailedException.h"
#import "OFString.h"
#import "OFStream.h"

#import "common.h"


@implementation OFSetOptionFailedException
+ (instancetype)exceptionWithStream: (OFStream*)stream
{
	return [[[self alloc] initWithStream: stream] autorelease];
}