ObjFW  Diff

Differences From Artifact [81940174f5]:

To Artifact [5a70a73e8b]:


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

#import "OFUnsupportedProtocolException.h"
#import "OFString.h"
#import "OFURL.h"

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

@implementation OFUnsupportedProtocolException
+ (instancetype)exceptionWithURL: (OFURL*)url
{
	return [[[self alloc] initWithURL: url] autorelease];
}








<







17
18
19
20
21
22
23

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

#import "OFUnsupportedProtocolException.h"
#import "OFString.h"
#import "OFURL.h"

#import "common.h"


@implementation OFUnsupportedProtocolException
+ (instancetype)exceptionWithURL: (OFURL*)url
{
	return [[[self alloc] initWithURL: url] autorelease];
}