ObjFW  Diff

Differences From Artifact [978b1ac512]:

To Artifact [35959c301f]:


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

#include "config.h"

#import "OFAddressTranslationFailedException.h"
#import "OFString.h"

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

@implementation OFAddressTranslationFailedException
+ (instancetype)exceptionWithHost: (OFString*)host
{
	return [[[self alloc] initWithHost: host] autorelease];
}








<







16
17
18
19
20
21
22

23
24
25
26
27
28
29

#include "config.h"

#import "OFAddressTranslationFailedException.h"
#import "OFString.h"

#import "common.h"


@implementation OFAddressTranslationFailedException
+ (instancetype)exceptionWithHost: (OFString*)host
{
	return [[[self alloc] initWithHost: host] autorelease];
}